Solaris C/C++ compile fix.

This commit is contained in:
Patrik Stridvall 1999-07-31 17:35:33 +00:00 committed by Alexandre Julliard
parent 0e38aa7fda
commit cf4333240c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#if defined(__GNUC__) || defined(__SUNPRO_CC)
#pragma pack(4)
#elif defined(__SUNPRO_C)
#warning "Assumes default alignment is 4"
#pragma pack()
#elif !defined(RC_INVOKED)
#error "4 as alignment isn't supported by the compiler"