]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontenum.cpp
patch to fix various filename-related functions for cygwin
[wxWidgets.git] / src / msw / fontenum.cpp
index 80880ebae144cf8c8050e982800432453408dcef..dec87f4fc1b712cf5ec7aa3ebb42ad33492e3250 100644 (file)
@@ -146,7 +146,7 @@ bool wxFontEnumeratorHelper::SetEncoding(wxFontEncoding encoding)
     return TRUE;
 }
 
-#if 0 // defined(__GNUWIN32__) && !defined(__CYGWIN10__)
+#if defined(__GNUWIN32__) && !defined(__CYGWIN10__)
     #if wxUSE_NORLANDER_HEADERS
         #define wxFONTENUMPROC int(*)(const LOGFONT *, const TEXTMETRIC *, long unsigned int, LPARAM)
     #else