compilation fix after TRUE/FALSE change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-15 19:02:38 +00:00
parent d0060e7705
commit a84ece11ff

View File

@@ -60,6 +60,11 @@
#include <winsock.h>
/* don't use C++ TRUE/FALSE definition which we get from wx/defs.h */
#undef TRUE
#undef FALSE
#define TRUE 1
#define FALSE 0
/* if we use configure for MSW SOCKLEN_T will be already defined */
#ifndef SOCKLEN_T