tahoma2d/toonz/sources/stdfx/igs_resource_sleep.cpp

6 lines
127 B
C++
Raw Normal View History

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