]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / src / common / filefn.cpp
index ed73e4bd700d786c6e58ba6b81bf5ac3f6753f60..e7b88ffe93d515ae743364e2347fd9ef39d8d650 100644 (file)
 
 #include "wx/log.h"
 
-// No, Cygwin doesn't appear to have fnmatch.h after all.
-#if defined(HAVE_FNMATCH_H)
-    #include "fnmatch.h"
-#endif
-
 #ifdef __WINDOWS__
     #include "wx/msw/private.h"
     #include "wx/msw/mslu.h"