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

Commitd26a5f1

Browse files
committed
Uppercase hex value.
1 parent208ae0c commitd26a5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/port/win32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.66 2007/01/22 18:31:51 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.67 2007/01/22 18:32:57 momjian Exp $ */
22

33
#if defined(_MSC_VER)|| defined(__BORLANDC__)
44
#defineWIN32_ONLY_COMPILER
@@ -143,7 +143,7 @@ intsemop(int semId, struct sembuf * sops, int flag);
143143
*Some day we might want to print descriptions for the most common
144144
*exceptions, rather than printing a URL.
145145
*/
146-
#defineWIFEXITED(w) (((w) &0xffffff00) == 0)
146+
#defineWIFEXITED(w) (((w) &0XFFFFFF00) == 0)
147147
#defineWIFSIGNALED(w) (!WIFEXITED(w))
148148
#defineWEXITSTATUS(w) (w)
149149
#defineWTERMSIG(w) (w)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp