1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00
This commit is contained in:
Andrew Dunstan
2011-01-30 20:34:05 -05:00
parent 91812df4ed
commit 48c9de8028

View File

@ -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