Skip to content

Commit f1a446f

Browse files
committed
fix #48
1 parent 8f513f2 commit f1a446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeFormatLib/src/CodeFormatLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "lua.hpp"
22
#include "LuaCodeFormat.h"
33

4-
#ifdef MSVC
4+
#ifdef _MSC_VER
55
#define EXPORT __declspec(dllexport)
66
#else
77
#define EXPORT

0 commit comments

Comments
 (0)