This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
parser-inc: fix bad socklen_t definition in ws2tcpip.h
rdb
7 years ago
parent
0fbfeb712f
commit
2a2b48134b
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
dtool/src/parser-inc/ws2tcpip.h
+ 1
- 1
dtool/src/parser-inc/ws2tcpip.h
View File
@@ -1 +1 @@
-typedef
DWORD
socklen_t;
+typedef
int
socklen_t;