[SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580

This commit is contained in:
Serge Gautherie
2017-11-16 18:58:57 +01:00
committed by Mark Jansen
parent 6505026ea8
commit 067bb2fcef
+1 -1
View 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