File tree 3 files changed +17
-3
lines changed 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.299 2005/01/06 21:41:44 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.300 2005/01/10 00:19:43 tgl Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
35
35
36
36
#ifdef WIN32
37
37
#include "win32.h"
38
+ #ifdef _WIN32_IE
39
+ #undef _WIN32_IE
40
+ #endif
38
41
#define _WIN32_IE 0x0400
42
+ #ifdef near
43
+ #undef near
44
+ #endif
45
+ #define near
39
46
#include <shlobj.h>
40
47
#else
41
48
#include <sys/socket.h>
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ LIB32_OBJS= \
138
138
RSC_PROJ =/l 0x409 /fo"$(INTDIR ) \libpq.res"
139
139
140
140
LINK32 =link.exe
141
- LINK32_FLAGS =kernel32.lib user32.lib advapi32.lib wsock32.lib $(SSL_LIBS ) \
141
+ LINK32_FLAGS =kernel32.lib user32.lib advapi32.lib shell32.lib wsock32.lib $(SSL_LIBS ) \
142
142
/nologo /subsystem:windows /dll $(LOPT ) /incremental:no\
143
143
/pdb:"$(OUTDIR ) \libpqdll.pdb" /machine:I386 /out:"$(OUTDIR ) \$(OUTFILENAME ) .dll"\
144
144
/implib:"$(OUTDIR ) \$(OUTFILENAME ) dll.lib" /def:$(OUTFILENAME ) dll.def
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/port/path.c,v 1.49 2005/01/06 21:41:45 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/port/path.c,v 1.50 2005/01/10 00:19:51 tgl Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
18
18
#include <ctype.h>
19
19
#include <sys/stat.h>
20
20
#ifdef WIN32
21
+ #ifdef _WIN32_IE
22
+ #undef _WIN32_IE
23
+ #endif
21
24
#define _WIN32_IE 0x0400
25
+ #ifdef near
26
+ #undef near
27
+ #endif
28
+ #define near
22
29
#include <shlobj.h>
23
30
#else
24
31
#include <unistd.h>
You can’t perform that action at this time.
0 commit comments