]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
Font work.
[wxWidgets.git] / src / msw / printwin.cpp
index ea9b16ab5a19b38ec29cd6098d320d014279e5de..0acf3ddba455b49f9fcd090d5c351105489f41c4 100644 (file)
@@ -89,7 +89,7 @@ wxWindowsPrinter::~wxWindowsPrinter()
 {
     // avoids warning about statement with no effect (FreeProcInstance
        // doesn't do anything under Win32)
-#if !defined(WIN32) && !defined(_WIN32) && !defined(__WIN32__) && !defined(__NT__) && !defined(__GNUWIN32__)
+#if !defined(__WIN32__) && !defined(__NT__)
     FreeProcInstance((FARPROC) m_lpAbortProc);
 #endif
 }