Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 502e9ae

Browse files
committed
Clarify macro layout for win32 IMPORT.
1 parent f4a4755 commit 502e9ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/port/win32.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.50 2006/01/10 01:01:03 adunstan Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.51 2006/03/03 20:52:36 momjian Exp $ */
22

33
/* undefine and redefine after #include */
44
#undef mkdir
@@ -39,13 +39,15 @@
3939
#else /* not BUILDING_DLL */
4040
#define DLLIMPORT __declspec (dllimport)
4141
#endif
42+
4243
#elif defined(WIN32_CLIENT_ONLY)
4344

4445
#if defined(_DLL)
4546
#define DLLIMPORT __declspec (dllexport)
4647
#else /* not _DLL */
4748
#define DLLIMPORT __declspec (dllimport)
4849
#endif
50+
4951
#else /* not CYGWIN, not MSVC, not MingW */
5052

5153
#define DLLIMPORT

0 commit comments

Comments
 (0)