fix export
This commit is contained in:
parent
b9e63fa4b9
commit
4b20d2c74e
4
packages/PLStream/uxnt/dirent.h
Normal file → Executable file
4
packages/PLStream/uxnt/dirent.h
Normal file → Executable file
@ -28,8 +28,8 @@
|
||||
#include <io.h>
|
||||
|
||||
#undef _export
|
||||
#if defined(_UXNT_KERNEL) && !defined(__LCC__) && !defined(_WIN64)
|
||||
#define _export _declspec(dllexport)
|
||||
#if defined(_UXNT_KERNEL) && !defined(__LCC__)
|
||||
#define _export __declspec(dllexport)
|
||||
#else
|
||||
#define _export extern
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user