mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[KERNEL32:CONSOLE] Explicitly use _WIN32_WINNT_VISTA.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/* PUBLIC FUNCTIONS ***********************************************************/
|
||||
|
||||
#if _WIN32_WINNT >= 0x600
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_VISTA)
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
@@ -163,6 +163,6 @@ GetCurrentConsoleFontEx(IN HANDLE hConsoleOutput,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // (_WIN32_WINNT >= _WIN32_WINNT_VISTA)
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user