fix export
This commit is contained in:
2
LGPL/swi_console/console.h
Normal file → Executable file
2
LGPL/swi_console/console.h
Normal file → Executable file
@@ -33,7 +33,7 @@
|
||||
|
||||
#ifndef _export
|
||||
#ifdef _MAKE_DLL
|
||||
#define _export _declspec(dllexport)
|
||||
#define _export __declspec(dllexport)
|
||||
#else
|
||||
#define _export extern
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user