We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a4755 commit 502e9aeCopy full SHA for 502e9ae
src/include/port/win32.h
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.50 2006/01/10 01:01:03 adunstan Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.51 2006/03/03 20:52:36 momjian Exp $ */
2
3
/* undefine and redefine after #include */
4
#undef mkdir
@@ -39,13 +39,15 @@
39
#else /* not BUILDING_DLL */
40
#define DLLIMPORT __declspec (dllimport)
41
#endif
42
+
43
#elif defined(WIN32_CLIENT_ONLY)
44
45
#if defined(_DLL)
46
#define DLLIMPORT __declspec (dllexport)
47
#else /* not _DLL */
48
49
50
51
#else /* not CYGWIN, not MSVC, not MingW */
52
53
#define DLLIMPORT
0 commit comments