8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47953f commit 844ed5dCopy full SHA for 844ed5d
src/include/port/cygwin.h
@@ -19,4 +19,4 @@
19
#define PGDLLIMPORT __declspec (dllimport)
20
#endif
21
22
-#define PGDLLEXPORT __declspec (dllimport)
+#define PGDLLEXPORT
src/include/port/win32.h
@@ -61,7 +61,7 @@
61
#ifdef _MSC_VER
62
#define PGDLLEXPORT __declspec (dllexport)
63
#else
64
65
66
#else /* not CYGWIN, not MSVC, not MingW */
67
#define PGDLLIMPORT
0 commit comments