projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a02c0
)
- Fix the sad sad definition of sizeof(ANSI_NULL) which returned 4...
author
Alex Ionescu
<aionescu@gmail.com>
Tue, 6 Sep 2005 19:37:38 +0000
(19:37 +0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Tue, 6 Sep 2005 19:37:38 +0000
(19:37 +0000)
svn path=/trunk/; revision=17703
reactos/w32api/include/winnt.h
patch
|
blob
|
history
diff --git
a/reactos/w32api/include/winnt.h
b/reactos/w32api/include/winnt.h
index
74433dd
..
7b295bc
100644
(file)
--- a/
reactos/w32api/include/winnt.h
+++ b/
reactos/w32api/include/winnt.h
@@
-156,8
+156,8
@@
typedef LONGLONG USN;
#define Int64ShraMod32(a,b) ((LONGLONG)(a)>>(b))
#define Int64ShrlMod32(a,b) ((DWORDLONG)(a)>>(b))
#endif
-#define ANSI_NULL
'\0'
-#define UNICODE_NULL
L'\0'
+#define ANSI_NULL
((CHAR)0)
+#define UNICODE_NULL
((WCHAR)0)
typedef BYTE BOOLEAN,*PBOOLEAN;
#endif
typedef BYTE FCHAR;