diff loader/wine/pshpack4.h @ 25548:f1b223278b20

Consistently use just the name of the #ifdef directive in preprocessor comments.
author diego
date Tue, 01 Jan 2008 20:07:21 +0000
parents c98c9e7f3bd0
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/wine/pshpack4.h	Tue Jan 01 20:05:36 2008 +0000
+++ b/loader/wine/pshpack4.h	Tue Jan 01 20:07:21 2008 +0000
@@ -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 */