]> git.saurik.com Git - wxWidgets.git/commitdiff
Reversed breakage
authorJulian Smart <julian@anthemion.co.uk>
Fri, 4 Jan 2002 17:47:18 +0000 (17:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 4 Jan 2002 17:47:18 +0000 (17:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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