projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a168e
)
[OLEAUT32] OaBuildVersion: Add Windows Server 2003 case (#5004)
author
Ratin Gao
<ratin@knsoft.org>
Sun, 22 Jan 2023 18:34:54 +0000
(
02:34
+0800)
committer
GitHub
<noreply@github.com>
Sun, 22 Jan 2023 18:34:54 +0000
(21:34 +0300)
Fixes debug print in Visual Studio 6 PRO installation. CORE-18419
dll/win32/oleaut32/oleaut.c
patch
|
blob
|
history
diff --git
a/dll/win32/oleaut32/oleaut.c
b/dll/win32/oleaut32/oleaut.c
index
87606bb
..
c38bb09
100644
(file)
--- a/
dll/win32/oleaut32/oleaut.c
+++ b/
dll/win32/oleaut32/oleaut.c
@@
-660,6
+660,9
@@
ULONG WINAPI OaBuildVersion(void)
case 0x00000005: /* W2K */
return MAKELONG(0xffff, 40);
case 0x00000105: /* WinXP */
+#ifdef __REACTOS__
+ case 0x00000205: /* Win2K3 */
+#endif /* __REACTOS__ */
case 0x00000006: /* Vista */
case 0x00000106: /* Win7 */
return MAKELONG(0xffff, 50);