commit | b5db70f1ca2de13f0e552d89e274268953ddac63 | [log] [tgz] |
---|---|---|
author | Akihiro Sagawa <sagawa.aki@gmail.com> | Thu Nov 03 22:11:33 2011 +0900 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 07 17:28:00 2011 +0100 |
tree | 19e4c2e453f33c386d8fb70b653b29185d8be351 | |
parent | 7a3c56a941f2e236996cb849eb7cacc28ff8162e [diff] [blame] |
gdi32: Add a string table resource for the translation.
diff --git a/configure.ac b/configure.ac index 362c2bf..76e8e95 100644 --- a/configure.ac +++ b/configure.ac
@@ -2531,7 +2531,7 @@ WINE_CONFIG_DLL(gameux) WINE_CONFIG_TEST(dlls/gameux/tests) WINE_CONFIG_DLL(gdi.exe16,enable_win16) -WINE_CONFIG_DLL(gdi32,,[implib]) +WINE_CONFIG_DLL(gdi32,,[implib,po]) WINE_CONFIG_TEST(dlls/gdi32/tests) WINE_CONFIG_DLL(gdiplus,,[implib]) WINE_CONFIG_TEST(dlls/gdiplus/tests)