tahoma2d/toonz/sources/stdfx/igs_resource_sleep.cpp
2016-06-15 15:43:10 +09:00

5 lines
128 B
C++

#if defined _WIN32 // win32 or win64
#include "igs_resource_sleep_win.cpp"
#else
#include "igs_resource_sleep_unix.cpp"
#endif