summaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2014-01-17 12:37:57 +0100
committerMagnus Hagander <magnus@hagander.net>2014-01-17 12:41:32 +0100
commit9c14dd22e144a5bef9b114a7a94df97cb23c6b9b (patch)
treeaac8bc8d4c9eb6fa0badd7675ac92153b3288c5c /src/tutorial/basics.source
parent277279981fba7646d0f05a664d58b845d2fdf69d (diff)
Define WIN32 when _WIN32 is set
_WIN32 is set by the compiler, whereas our code uses WIN32 that is normally set through our build system. To make it possible to build extensions out of tree we cannot rely on that, so set the WIN32 symbol 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 Ringer
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions