mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
8 lines
136 B
C
8 lines
136 B
C
|
|
// _shared_lib.h
|
||
|
|
// UnderC Pocket C++ Library, Steve Donovan 2001.
|
||
|
|
#ifdef __win32__
|
||
|
|
#lib msvcrt40.dll
|
||
|
|
#else
|
||
|
|
#lib lib.so.6
|
||
|
|
#endif
|