mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
[SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580
This commit is contained in:
committed by
Mark Jansen
parent
6505026ea8
commit
067bb2fcef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user