projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a7a6a
)
Because the change to gettext. Needs a bunch of new includes. Patch
author
Bruce Momjian
<
[email protected]
>
Sun, 27 Feb 2005 22:57:17 +0000
(22:57 +0000)
committer
Bruce Momjian
<
[email protected]
>
Sun, 27 Feb 2005 22:57:17 +0000
(22:57 +0000)
follows:
Magnus Hagander
src/interfaces/libpq/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/win32.c
b/src/interfaces/libpq/win32.c
index fce0d3f26b584c1423ca89eeb7bba6bbdc5aa4af..bd48b2d2cdf199362f108af8e9369aff621d010f 100644
(file)
--- a/
src/interfaces/libpq/win32.c
+++ b/
src/interfaces/libpq/win32.c
@@
-19,8
+19,6
@@
/* Make stuff compile faster by excluding not used stuff */
-#define WIN32_LEAN_AND_MEAN
-#define WIN32_EXTRA_LEAN
#define VC_EXTRALEAN
#ifndef __MINGW32__
#define NOGDI
@@
-31,6
+29,9
@@
#include <winsock.h>
#include <stdio.h>
#include "win32.h"
+#include "postgres_fe.h"
+#include "libpq-fe.h"
+#include "libpq-int.h"
static struct WSErrorEntry
{