mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
7 lines
92 B
C
7 lines
92 B
C
|
|
#ifdef __UNDERC__
|
||
|
|
#define EXPORT
|
||
|
|
#else
|
||
|
|
#define EXPORT __declspec(dllexport)
|
||
|
|
#endif
|
||
|
|
|