[SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Wed, 15 Nov 2017 01:49:51 +0000 (02:49 +0100)
committerMark Jansen <mark.jansen@reactos.org>
Thu, 16 Nov 2017 17:58:57 +0000 (18:58 +0100)
dll/win32/setupapi/driver.c

index 88affa3..356a95c 100644 (file)
@@ -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