mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 03:32:50 +00:00
Consistently use just the name of the #ifdef directive in preprocessor comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25576 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
60fa2be5d7
commit
6b64884159
@ -170,4 +170,4 @@ typedef UINT_PTR SIZE_T, *PSIZE_T;
|
||||
} /* extern "C" */
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
||||
#endif /* !defined(WINE_BASETSD_H) */
|
||||
#endif /* WINE_BASETSD_H */
|
||||
|
@ -10,6 +10,6 @@
|
||||
#error "Restoration of the previous alignment isn't supported by the compiler"
|
||||
#endif /* defined(__GNUC__) || defined(__SUNPRO_C) ; !defined(RC_INVOKED) */
|
||||
|
||||
#else /* defined(WINE_PSHPACK_H) */
|
||||
#else /* WINE_PSHPACK_H */
|
||||
#error "Popping alignment isn't possible since no alignment has been pushed"
|
||||
#endif /* defined(WINE_PSHPACK_H) */
|
||||
#endif /* WINE_PSHPACK_H */
|
||||
|
@ -7,7 +7,7 @@
|
||||
#error "1 as alignment isn't supported by the compiler"
|
||||
#endif /* defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
|
||||
|
||||
#else /* !defined(WINE_PSHPACK_H) */
|
||||
#else /* WINE_PSHPACK_H */
|
||||
#error "Nested pushing of alignment isn't supported by the compiler"
|
||||
#endif /* !defined(WINE_PSHPACK_H) */
|
||||
#endif /* WINE_PSHPACK_H */
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
#error "2 as alignment isn't supported by the compiler"
|
||||
#endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
|
||||
|
||||
#else /* !defined(WINE_PSHPACK_H) */
|
||||
#else /* WINE_PSHPACK_H */
|
||||
#error "Nested pushing of alignment isn't supported by the compiler"
|
||||
#endif /* !defined(WINE_PSHPACK_H) */
|
||||
#endif /* WINE_PSHPACK_H */
|
||||
|
@ -9,7 +9,7 @@
|
||||
#error "4 as alignment isn't supported by the compiler"
|
||||
#endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
|
||||
|
||||
#else /* !defined(WINE_PSHPACK_H) */
|
||||
#else /* WINE_PSHPACK_H */
|
||||
#error "Nested pushing of alignment isn't supported by the compiler"
|
||||
#endif /* !defined(WINE_PSHPACK_H) */
|
||||
#endif /* WINE_PSHPACK_H */
|
||||
|
||||
|
@ -7,6 +7,6 @@
|
||||
#error "8 as alignment is not supported"
|
||||
#endif /* 0 ; !defined(RC_INVOKED) */
|
||||
|
||||
#else /* !defined(WINE_PSHPACK_H) */
|
||||
#else /* WINE_PSHPACK_H */
|
||||
#error "Nested pushing of alignment isn't supported by the compiler"
|
||||
#endif /* !defined(WINE_PSHPACK_H) */
|
||||
#endif /* WINE_PSHPACK_H */
|
||||
|
Loading…
Reference in New Issue
Block a user