project files higher in the stack are supposed to look for them, not\r
from a specific GLib source tree.\r
\r
+Note: If you see C4819 warnings and you are compiling GLib on a DBCS\r
+(Chinese/Korean/Japanese) version of Windows, you may need to switch\r
+to an English locale in Control Panel->Region and Languages->System->\r
+Change System Locale, reboot and rebuild to ensure GLib, Pango, GDK-Pixbuf,\r
+ATK and GTK+ is built correctly. This is due to a bug in Visual C++ running\r
+on DBCS locales.\r
+\r
--Tor Lillqvist <tml@iki.fi>\r
--Updated by Chun-wei Fan <fanc999@gmail.com>\r
project files higher in the stack are supposed to look for them, not\r
from a specific GLib source tree.\r
\r
+Note: If you see C4819 warnings and you are compiling GLib on a DBCS\r
+(Chinese/Korean/Japanese) version of Windows, you may need to switch\r
+to an English locale in Control Panel->Region and Languages->System->\r
+Change System Locale, reboot and rebuild to ensure GLib, Pango, GDK-Pixbuf,\r
+ATK and GTK+ is built correctly. This is due to a bug in Visual C++ running\r
+on DBCS locales.\r
+\r
--Tor Lillqvist <tml@iki.fi>\r
--Updated by Chun-wei Fan <fanc999@gmail.com>\r
#pragma warning(disable:4244) /* No possible loss of data warnings */
#pragma warning(disable:4305) /* No truncation from int to char warnings */
-/* The file contains a character that cannot be represented in the current code page */
-#pragma warning(disable:4819)
-
/* work around Microsoft's premature attempt to deprecate the C-Library */
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_WARNINGS