projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c194b44
)
Add VER_SET_CONDITION macro
author
Ged Murphy
<gedmurphy@reactos.org>
Thu, 10 Dec 2009 09:28:48 +0000
(09:28 +0000)
committer
Ged Murphy
<gedmurphy@reactos.org>
Thu, 10 Dec 2009 09:28:48 +0000
(09:28 +0000)
svn path=/trunk/; revision=44516
reactos/include/psdk/winnt.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/winnt.h
b/reactos/include/psdk/winnt.h
index
d2e7d0d
..
149332b
100644
(file)
--- a/
reactos/include/psdk/winnt.h
+++ b/
reactos/include/psdk/winnt.h
@@
-4647,6
+4647,8
@@
typedef OSVERSIONINFOA OSVERSIONINFO,*POSVERSIONINFO,*LPOSVERSIONINFO;
typedef OSVERSIONINFOEXA OSVERSIONINFOEX,*POSVERSIONINFOEX,*LPOSVERSIONINFOEX;
#endif
+#define VER_SET_CONDITION(lc,t,c) ((lc) = VerSetConditionMask((lc),(t),(c)))
+
#if (_WIN32_WINNT >= 0x0500)
ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
#endif