mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-03 04:19:20 -04:00
6 lines
110 B
C
6 lines
110 B
C
#if defined(PLATFORM_WIN32)
|
|
#include "../../src/win32/RegistryKey.h"
|
|
#else
|
|
#error unsupported platform
|
|
#endif
|