mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo
This commit is contained in:
parent
91812df4ed
commit
48c9de8028
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* Leave a higher value in place.
|
||||
*/
|
||||
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
|
||||
#undefine _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0501
|
||||
|
|
|
|||
Loading…
Reference in a new issue