Skip to content

Commit a06721e

Browse files
committed
Ensure DLL exports in core
1 parent 3a2e910 commit a06721e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/core.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifndef WINSECRUNTIME_EXPORTS
2+
#define WINSECRUNTIME_EXPORTS 1
3+
#endif
4+
15
#include "WinSecRuntime/WinSecRuntime.h"
26

37
namespace WinSecRuntime {

0 commit comments

Comments
 (0)