]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontenum.cpp
Win16 compilation fixes
[wxWidgets.git] / src / msw / fontenum.cpp
index 7021de27dcf2937dd56c30346eb242c9ebf1f128..5674825c1bc8a264c444b6cd2e376d11014a7f62 100644 (file)
@@ -129,7 +129,12 @@ void wxFontEnumeratorHelper::DoEnumerate()
                          (LPARAM)this, 0 /* reserved */) ;
 #else // Win16
     ::EnumFonts(hDC, (LPTSTR)NULL, (FONTENUMPROC)wxFontEnumeratorProc,
-                (LPARAM) (void*) this) ;
+    #ifdef STRICT
+               (LPARAM)
+    #else
+               (LPSTR)
+    #endif
+               this);
 #endif // Win32/16
 
     ::ReleaseDC(NULL, hDC);