Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 0639748

Browse files
[[ LC 7.0.4-rc-1 ]] Fix another server compile issue
1 parent ee37637 commit 0639748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revdb/src/dbdrivercommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1616

1717
#include "dbdrivercommon.h"
1818

19-
#if defined(_WINDOWS)
19+
#if defined(_WINDOWS) || defined(_WINDOWS_SERVER)
2020
#define LIBRARY_EXPORT __declspec(dllexport)
2121
#elif defined(_MACOSX)
2222
#define LIBRARY_EXPORT

0 commit comments

Comments
 (0)