wrowe 01/04/12 20:18:52
Modified: include apr.hw
Log:
Fix compiler break on VC6
Reported by Bill Stoddard
Revision Changes Path
1.62 +0 -1 apr/include/apr.hw
Index: apr.hw
===================================================================
RCS file: /home/cvs/apr/include/apr.hw,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- apr.hw 2001/04/12 13:51:44 1.61
+++ apr.hw 2001/04/13 03:18:52 1.62
@@ -97,7 +97,6 @@
* winsock headers were excluded by WIN32_LEAN_AND_MEAN, so include them now
*/
#define SW_HIDE 0
-#include <wtypes.h>
#include <winsock2.h>
#include <mswsock.h>
#endif /* !_WINDOWS_ */