File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
*
5
5
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
6
6
*
7
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.113 2009/09/02 02:40:52 tgl Exp $
7
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.114 2009/09/07 11:22:12 mha Exp $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
14
14
* Need this to get defines for restricted tokens and jobs. And it
15
15
* has to be set before any header from the Win32 API is loaded.
16
16
*/
17
- #define _WIN32_WINNT 0x0500
17
+ #define _WIN32_WINNT 0x0501
18
18
#endif
19
19
20
20
#include "postgres_fe.h"
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.89 2009/07/24 20:12:42 mha Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.90 2009/09/07 11:22:12 mha Exp $ */
2
2
3
3
#if defined(_MSC_VER ) || defined(__BORLANDC__ )
4
4
#define WIN32_ONLY_COMPILER
5
5
#endif
6
6
7
- #define _WIN32_WINNT 0x0500
7
+ #define _WIN32_WINNT 0x0501
8
8
/*
9
9
* Always build with SSPI support. Keep it as a #define in case
10
10
* we want a switch to disable it sometime in the future.
You can’t perform that action at this time.
0 commit comments