summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpq++/files/patch-pgconnection_h
blob: 101d7d7713f9dd4a8f03d95497327ad65b741eb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pgconnection.h.orig Wed Nov 27 05:46:08 2002
+++ pgconnection.h      Sun Dec  7 23:15:54 2003
@@ -21,6 +21,10 @@
 #ifndef PGCONNECTION_H
 #define PGCONNECTION_H
 
+#ifndef DLLIMPORT
+#define DLLIMPORT
+#endif
+
 #ifdef HAVE_CXX_STRING_HEADER
 #include <string>
 #endif