Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit363edf0

Browse files
committed
Compilation of libpq for Win32 breaks on 6.4, because of a change that I
missed before the release. It's simply a symbol that is undefined. Thispatch defines this symbol in "win32.h", so it should have no effect on anyother platforms. It should go into 6.4.1 if possible, since compilation iscompletely broken without it.I am also attaching a patch for the "win32.mak" file - it leaves a filebehind when doing "make clean" after the library is built on Visual C++ 6.0.This is not at all as urgent, but I don't see it breaking here, so I thinkit might as well go in there too?//Magnus
1 parent96ac4e6 commit363edf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/interfaces/libpq/win32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
#defineNO_UNISTD_H
11-
11+
#defineSOCKET_SIZE_TYPE int
1212

1313
/*
1414
* Some compat functions

‎src/interfaces/libpq/win32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CLEAN :
3333
-@erase"$(OUTDIR)\libpq.lib"
3434
-@erase"$(OUTDIR)\libpq.dll"
3535
-@erase"$(OUTDIR)\libpq.res"
36-
-@erase"vc50.pch"
36+
-@erase"*.pch"
3737
-@erase"$(OUTDIR)\libpq.pch"
3838
-@erase"$(OUTDIR)\libpqdll.exp"
3939
-@erase"$(OUTDIR)\libpqdll.lib"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp