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>
|
#include <io.h>
|
||||||
|
|
||||||
#undef _export
|
#undef _export
|
||||||
#if defined(_UXNT_KERNEL) && !defined(__LCC__) && !defined(_WIN64)
|
#if defined(_UXNT_KERNEL) && !defined(__LCC__)
|
||||||
#define _export _declspec(dllexport)
|
#define _export __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define _export extern
|
#define _export extern
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user