Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9f0e84a6
Commit
9f0e84a6
authored
Sep 07, 2009
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper
IPV6 headers in newer SDKs.
parent
03650589
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_ctl/pg_ctl.c
+2
-2
src/include/port/win32.h
src/include/port/win32.h
+2
-2
No files found.
src/bin/pg_ctl/pg_ctl.c
View file @
9f0e84a6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
*
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.11
3 2009/09/02 02:40:52 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.11
4 2009/09/07 11:22:12 mha
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
* Need this to get defines for restricted tokens and jobs. And it
* 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.
* has to be set before any header from the Win32 API is loaded.
*/
*/
#define _WIN32_WINNT 0x050
0
#define _WIN32_WINNT 0x050
1
#endif
#endif
#include "postgres_fe.h"
#include "postgres_fe.h"
...
...
src/include/port/win32.h
View file @
9f0e84a6
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.
89 2009/07/24 20:12:4
2 mha Exp $ */
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.
90 2009/09/07 11:22:1
2 mha Exp $ */
#if defined(_MSC_VER) || defined(__BORLANDC__)
#if defined(_MSC_VER) || defined(__BORLANDC__)
#define WIN32_ONLY_COMPILER
#define WIN32_ONLY_COMPILER
#endif
#endif
#define _WIN32_WINNT 0x050
0
#define _WIN32_WINNT 0x050
1
/*
/*
* Always build with SSPI support. Keep it as a #define in case
* Always build with SSPI support. Keep it as a #define in case
* we want a switch to disable it sometime in the future.
* we want a switch to disable it sometime in the future.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment