mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
I am stupid and buildbot is broken
svn path=/trunk/; revision=33118
This commit is contained in:
parent
5870ed88cc
commit
8388a8705e
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@ typedef LIST_ENTRY64 *PLIST_ENTRY64;
|
|||
#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 */
|
||||
|
|
Loading…
Reference in a new issue