fix export
This commit is contained in:
parent
4b20d2c74e
commit
bf0786822e
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