Author: hyperion Date: Tue Apr 22 17:51:30 2008 New Revision: 33118
URL: http://svn.reactos.org/svn/reactos?rev=33118&view=rev Log: I am stupid and buildbot is broken
Modified: trunk/reactos/include/psdk/ntdef.h
Modified: trunk/reactos/include/psdk/ntdef.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntdef.h?rev=33... ============================================================================== --- trunk/reactos/include/psdk/ntdef.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ntdef.h [iso-8859-1] Tue Apr 22 17:51:30 2008 @@ -130,6 +130,6 @@ #define MAXUSHORT 0xffff #define MAXULONG 0xffffffff #define MAXLONGLONG (0x7fffffffffffffffLL) -#define C_ASSERT(e) typedef __C_ASSERT__ char[(e)?1:-1] +#define C_ASSERT(e) typedef char __C_ASSERT__[(e)?1:-1]
#endif /* _NTDEF_H */