sumom****@users*****
sumom****@users*****
2009年 9月 18日 (金) 17:31:08 JST
Index: julius4/julius/app.h diff -u julius4/julius/app.h:1.2 julius4/julius/app.h:1.3 --- julius4/julius/app.h:1.2 Tue Dec 18 17:45:48 2007 +++ julius4/julius/app.h Fri Sep 18 17:31:08 2009 @@ -1,6 +1,10 @@ #include <julius/juliuslib.h> +#if defined(_WIN32) && !defined(__CYGWIN32__) && !defined(__MINGW32__) +#include <config-msvc-julius.h> +#else #include "config.h" +#endif #ifdef CHARACTER_CONVERSION #include "charconv.h" #endif