mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Fix typo
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* Leave a higher value in place.
|
* Leave a higher value in place.
|
||||||
*/
|
*/
|
||||||
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
|
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
|
||||||
#undefine _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
#endif
|
#endif
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
|
Reference in New Issue
Block a user