diff dwt/graphics/FontData.d @ 84:00a333240696

FileDialog, sync dwthelper with dwt-linux, some TCHAR issues
author Frank Benoit <benoit@tionex.de>
date Wed, 06 Feb 2008 18:46:23 +0100
parents 9a64a7781bab
children 0a96e5a30470
line wrap: on
line diff
--- a/dwt/graphics/FontData.d	Wed Feb 06 16:04:41 2008 +0100
+++ b/dwt/graphics/FontData.d	Wed Feb 06 18:46:23 2008 +0100
@@ -323,10 +323,7 @@
     return false;
 }
 
-//PORTING_FIXME: tango has this callback defined always with char*, needs fix
-extern (Windows) static
-//int EnumLocalesProc(TCHAR* lpLocaleString) {
-int EnumLocalesProc(char* lpLocaleString) {
+extern (Windows) static int EnumLocalesProc(TCHAR* lpLocaleString) {
 
     /* Get the locale ID */
     int length_ = 8;