mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
8 lines
177 B
C
Executable File
8 lines
177 B
C
Executable File
#if defined(PLATFORM_WIN32)
|
|
#include "../../src/win32/SQLC_Defs.h"
|
|
#elif defined(PLATFORM_LINUX)
|
|
#include "../../src/linux/SQLC_Defs.h"
|
|
#else
|
|
#error unsupported platform
|
|
#endif
|