cheat-engine/underc/sourcecode/include/_shared_lib.h

8 lines
136 B
C
Raw Permalink Normal View History

2011-07-04 19:52:19 +00:00
// _shared_lib.h
// UnderC Pocket C++ Library, Steve Donovan 2001.
#ifdef __win32__
#lib msvcrt40.dll
#else
#lib lib.so.6
#endif