6 lines
99 B
C
6 lines
99 B
C
#if OS_WINDOWS
|
|
#include "impl/windows/core.c"
|
|
#elif OS_LINUX
|
|
#include "impl/linux/core.c"
|
|
#endif
|