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

Commit2dd82a6

Browse files
committed
Remove gratuitous redefinitions of BLCKSZ.
1 parentecd0bfa commit2dd82a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎src/bin/psql/win32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CLEAN :
2828

2929
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\
3030
"_MBCS" /Fp"$(INTDIR)\psql.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c\
31-
/I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP" /D "BLCKSZ=8192"
31+
/I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP"
3232

3333
!IFDEF MULTIBYTE
3434
!IFNDEF MBFLAGS

‎src/interfaces/libpq/win32.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@
2727
*/
2828

2929
#defineDEF_PGPORT "5432"
30-
#defineBLCKSZ 8192
3130
#defineMAXIMUM_ALIGNOF 4
3231

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp