1 2 3 4 5 6 7 8 9 10 11
#if defined(OS_WINDOWS) #include "cyn_file_win_x64.c" #elif defined(OS_LINUX) #include "cyn_file_linux_x64.c" #else #include "cyn_file_std.c" #endif