]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsocket.c
1. implemented wxRegKey::Copy() and CopyValue()
[wxWidgets.git] / src / msw / gsocket.c
index dc1090f62557f7023b2b24f130df8629de34c453..66dc5acfc64060b81381a7ecfb72c664d3ae57fb 100644 (file)
 #include <ctype.h>
 #include <winsock.h>
 
+/* if we use configure for MSW SOCKLEN_T will be already defined */
+#ifndef SOCKLEN_T
 #define SOCKLEN_T  int
+#endif
+
 #define CLASSNAME  "_GSocket_Internal_Window_Class"
 #define WINDOWNAME "_GSocket_Internal_Window_Name"