include: Fix the C_ASSERT macro to not generate an unused variable warning when compi...
commitf59570db68f20dfe9155dad0cc677d11ab5600e7
authorRob Shearman <rob@codeweavers.com>
Fri, 15 Feb 2008 15:44:19 +0000 (15 15:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 16 Feb 2008 13:58:28 +0000 (16 14:58 +0100)
tree4e85732039b63503a8463669b49f33406c4160f7
parent8608e895ebb3241ada19b4745aa61f2a14928416
include: Fix the C_ASSERT macro to not generate an unused variable warning when compiling with gcc.

Provide a fallback case for other compilers to avoid C_ASSERT being
undefined and causing an error.
include/winnt.h