- Notifications
You must be signed in to change notification settings - Fork5
Commit9c14dd2
committed
Define WIN32 when _WIN32 is set
_WIN32 is set by the compiler, whereas our code uses WIN32 that isnormally set through our build system. To make it possible to buildextensions out of tree we cannot rely on that, so set the WIN32symbol explicitly whenever the compiler has set _WIN32.Not setting this symbol causes double inclusion of pg_config_os.h,and possibly other errors as well.Craig Ringer1 parent2772799 commit9c14dd2
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
56 | 65 |
| |
57 | 66 |
| |
58 | 67 |
| |
|
0 commit comments
Comments
(0)