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

This commit is contained in:
Serge Gautherie 2017-11-15 02:49:51 +01:00 committed by Mark Jansen
parent 6505026ea8
commit 067bb2fcef

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