]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/regex.cpp
don't give error messages if ws2_32.dll is not available in wxGetHostName()
[wxWidgets.git] / src / common / regex.cpp
index 7d0efb3acc36c9fb8ad650b083b4723996b7a3fe..12d49ee971737968bbf92a7d8ed56246e6297ee8 100644 (file)
 #   include <sys/types.h>
 #endif
 
-#ifndef __WXWINCE__
 #include <regex.h>
-#endif
-
 #include "wx/regex.h"
 
-#if wxUSE_UNICODE
-#   if !defined(wxUSE_BUILTIN_REGEX)
-#       error "Unicode not supported with system regex, please reconfigure with --with-regex=builtin"
-#   endif
-#endif
-
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------