diff options
Diffstat (limited to 'src/bin/pg_ctl/pg_ctl.c')
-rw-r--r-- | src/bin/pg_ctl/pg_ctl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 82de7df0489..e43e7b24e18 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -9,14 +9,6 @@ *------------------------------------------------------------------------- */ -#ifdef WIN32 -/* - * Need this to get defines for restricted tokens and jobs. And it - * has to be set before any header from the Win32 API is loaded. - */ -#define _WIN32_WINNT 0x0501 -#endif - #include "postgres_fe.h" #include <fcntl.h> |