mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
6 lines
113 B
C
Executable File
6 lines
113 B
C
Executable File
#if defined(PLATFORM_WIN32)
|
|
#include "../../src/win32/WindowsWrapper.h"
|
|
#else
|
|
#error unsupported platform
|
|
#endif
|