summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/win32.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-31 06:19:23 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-31 06:19:23 +0000
commitd2b7f511da04207c282a972e1b49f27fe5b4c233 (patch)
treebec9152689af0932d91f3157dc5bd6886aa1418d /src/interfaces/libpq/win32.h
parentf951a4677121ece84188176b1e4e16f50b02b8ba (diff)
>OK, if you look at the last few commits to interfaces/libpq/win32.mak,
>you will see changes for pg_config_paths.h and for thread safety. Can >you look at those changes, merge them into bcc.mak. There might be >other changes in there you want to add to bcc.mak too. > > > OK, having no M$ diff, I attach files src\interfaces\libpq\bcc32.mak and src\interfaces\libpq\win32.h Steve Holdoway
Diffstat (limited to 'src/interfaces/libpq/win32.h')
-rw-r--r--src/interfaces/libpq/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h
index 06fdfdded07..14f1a7e09e4 100644
--- a/src/interfaces/libpq/win32.h
+++ b/src/interfaces/libpq/win32.h
@@ -8,6 +8,7 @@
#define _timeb timeb
#define _ftime(a) ftime(a)
#define _errno errno
+#define popen(a,b) _popen(a,b)
#else
/* open provided elsewhere */
#define close(a) _close(a)