Author: hyperion Date: Tue Apr 22 16:02:37 2008 New Revision: 33113
URL: http://svn.reactos.org/svn/reactos?rev=33113&view=rev Log: Testing fix for C_ASSERT
Added: branches/hyperion/ - copied from r33109, trunk/reactos/ Modified: branches/hyperion/include/psdk/ntdef.h
Modified: branches/hyperion/include/psdk/ntdef.h URL: http://svn.reactos.org/svn/reactos/branches/hyperion/include/psdk/ntdef.h?re... ============================================================================== --- branches/hyperion/include/psdk/ntdef.h [iso-8859-1] (original) +++ branches/hyperion/include/psdk/ntdef.h [iso-8859-1] Tue Apr 22 16:02:37 2008 @@ -130,6 +130,6 @@ #define MAXUSHORT 0xffff #define MAXULONG 0xffffffff #define MAXLONGLONG (0x7fffffffffffffffLL) -#define C_ASSERT(e) extern char __C_ASSERT__[(e)?1:-1] +#define C_ASSERT(e) typedef __C_ASSERT__ char[(e)?1:-1]
#endif /* _NTDEF_H */