Commit cf433324 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Solaris C/C++ compile fix.

parent 0e38aa7f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment