mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
6 lines
108 B
C
6 lines
108 B
C
#if defined(PLATFORM_LINUX)
|
|
#include "../../src/linux/vsnprintf.h"
|
|
#else
|
|
#error unsupported platform
|
|
#endif
|