tahoma2d/toonz/sources/stdfx/igs_resource_msg_from_err.h

6 lines
137 B
C
Raw Normal View History

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