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

Commite7bcde8

Browse files
committed
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
In commitb0e40d1, I should have justremoved the /D switch defining WIN64. The reason the code worked beforeis that all Windows64 compilers automatically predefine _WIN64. Perhapsat one time we had code that depended on WIN64 being defined, but it'slong gone, and we should not encourage any reappearance. Per discussionwith Christian Ullrich.
1 parentcd13471 commite7bcde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/win32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CPU=i386
1616
!MESSAGE Building the Win32 static library...
1717
!MESSAGE
1818
!ELSEIF ("$(CPU)" == "IA64")||("$(CPU)" == "AMD64")
19-
ADD_DEFINES=/D "_WIN64" /Wp64 /GS
19+
ADD_DEFINES=/Wp64 /GS
2020
ADD_SECLIB=bufferoverflowU.lib
2121
!MESSAGE Building the Win64 static library...
2222
!MESSAGE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp