]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
include <locale.h> before using setlocale()
[wxWidgets.git] / src / gtk1 / app.cpp
index 748f9d57d43d19b2550e89bfb4c2955dc22aac35..c7d9c5b71f83b5f912088492d9bc517fe3a2b8a6 100644 (file)
@@ -313,7 +313,7 @@ int wxPoll(wxPollFd *ufds, unsigned int nfds, int timeout)
     unsigned int i;
     for ( i = 0; i < nfds; i++ )
     {
-        wxASSERT_MSG( ufds[i].fd < wxFD_SETSIZE, _T("fd out of range") );
+        wxASSERT_MSG( ufds[i].fd < FD_SETSIZE, _T("fd out of range") );
 
         if ( ufds[i].events & G_IO_IN )
             wxFD_SET(ufds[i].fd, &readfds);