00001 00010 #include "DetectOS.h" 00011 00012 00013 #if defined(WINDOWS_OS) 00014 #include "StandardIo_win.cpp" // Windows (win32) 環境 00015 #else 00016 #include "StandardIo_lin.cpp" // Linux, Mac 環境 (共通) 00017 #endif