#define _CRT_SECURE_NO_WARNINGS #if defined(_WIN32) || defined(_WIN64) #include "platform_windows.c" #else #include "platform_posix.c" #endif