annotate loader/wine/pshpack8.h @ 4816:f1dea39a50bb

Fixed the http response parser when the http header only has the HTTP answer and no field. Fixed some compiler warnings.
author bertrand
date Sat, 23 Feb 2002 07:31:45 +0000
parents 3b5f5d1c5041
children c98c9e7f3bd0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1 #ifndef __WINE_PSHPACK_H
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 #define __WINE_PSHPACK_H 8
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
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10 #else /* !defined(__WINE_PSHPACK_H) */
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 #error "Nested pushing of alignment isn't supported by the compiler"
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 #endif /* !defined(__WINE_PSHPACK_H) */