|
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 $ */ |
2 | 2 |
|
3 | 3 | #if defined(_MSC_VER)|| defined(__BORLANDC__)
|
4 | 4 | #defineWIN32_ONLY_COMPILER
|
@@ -143,7 +143,7 @@ intsemop(int semId, struct sembuf * sops, int flag);
|
143 | 143 | *Some day we might want to print descriptions for the most common
|
144 | 144 | *exceptions, rather than printing a URL.
|
145 | 145 | */
|
146 |
| -#defineWIFEXITED(w) (((w) &0xffffff00) == 0) |
| 146 | +#defineWIFEXITED(w) (((w) &0XFFFFFF00) == 0) |
147 | 147 | #defineWIFSIGNALED(w) (!WIFEXITED(w))
|
148 | 148 | #defineWEXITSTATUS(w) (w)
|
149 | 149 | #defineWTERMSIG(w) (w)
|
|