1#if defined(__WINE_PSHPACK_H3)
2# ifndef __WINE_INTERNAL_POPPACK
3# undef __WINE_PSHPACK_H3
7# if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
8# if __WINE_PSHPACK_H2 == 1
10# elif __WINE_PSHPACK_H2 == 2
12# elif __WINE_PSHPACK_H2 == 8
17# elif !defined(RC_INVOKED)
18# error "Adjusting the alignment is not supported with this compiler"
21#elif defined(__WINE_PSHPACK_H2)
22# ifndef __WINE_INTERNAL_POPPACK
23# undef __WINE_PSHPACK_H2
27# if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
28# if __WINE_PSHPACK_H == 1
30# elif __WINE_PSHPACK_H == 2
32# elif __WINE_PSHPACK_H == 8
37# elif !defined(RC_INVOKED)
38# error "Adjusting the alignment is not supported with this compiler"
41#elif defined(__WINE_PSHPACK_H)
42# ifndef __WINE_INTERNAL_POPPACK
43# undef __WINE_PSHPACK_H
47# if defined(__GNUC__) || defined(__SUNPRO_C)
49# elif defined(__SUNPRO_CC)
52# elif !defined(RC_INVOKED)
53# error "Adjusting the alignment is not supported with this compiler"
59#error "Popping alignment isn't possible since no alignment has been pushed"
63#undef __WINE_INTERNAL_POPPACK