tahoma2d/toonz/sources/stdfx/igs_resource_sleep.cpp

6 lines
128 B
C++
Raw Normal View History

2016-06-15 18:43:10 +12:00
#if defined _WIN32 // win32 or win64
2016-03-19 06:57:51 +13:00
#include "igs_resource_sleep_win.cpp"
#else
#include "igs_resource_sleep_unix.cpp"
#endif