https://git.reactos.org/?p=reactos.git;a=commitdiff;h=067bb2fcef754f1d20a6ea4ea0199584e3db008e

commit 067bb2fcef754f1d20a6ea4ea0199584e3db008e
Author: Serge Gautherie <[email protected]>
AuthorDate: Wed Nov 15 02:49:51 2017 +0100

    [SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580
---
 dll/win32/setupapi/driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/win32/setupapi/driver.c b/dll/win32/setupapi/driver.c
index 88affa3c02..356a95c08d 100644
--- a/dll/win32/setupapi/driver.c
+++ b/dll/win32/setupapi/driver.c
@@ -565,7 +565,7 @@ done:
     return Result;
 }
 
-#if WIN32_WINNT < 0x0600
+#if _WIN32_WINNT < 0x0600
 /* WARNING:
  * This code has been copied from advapi32/reg/reg.c,
  * so this dll can be tested as is on Windows XP

Reply via email to