annotate loader/wine/pshpack8.h @ 24422:c98c9e7f3bd0

Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard.
author diego
date Thu, 13 Sep 2007 08:50:21 +0000
parents 3b5f5d1c5041
children f1b223278b20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24422
c98c9e7f3bd0 Remove leading underscores from multiple inclusion guards,
diego
parents: 1
diff changeset
1 #ifndef WINE_PSHPACK_H
c98c9e7f3bd0 Remove leading underscores from multiple inclusion guards,
diego
parents: 1
diff changeset
2 #define WINE_PSHPACK_H 8
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 #if 0
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 //#pragma pack(8)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 #elif !defined(RC_INVOKED)
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7 #error "8 as alignment is not supported"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8 #endif /* 0 ; !defined(RC_INVOKED) */
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9
24422
c98c9e7f3bd0 Remove leading underscores from multiple inclusion guards,
diego
parents: 1
diff changeset
10 #else /* !defined(WINE_PSHPACK_H) */
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 #error "Nested pushing of alignment isn't supported by the compiler"
24422
c98c9e7f3bd0 Remove leading underscores from multiple inclusion guards,
diego
parents: 1
diff changeset
12 #endif /* !defined(WINE_PSHPACK_H) */