Changeset 7041 for trunk/src/wsock32/wsock2.cpp
- Timestamp:
- Oct 13, 2001, 8:51:08 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock2.cpp
r6201 r7041 1 /* $Id: wsock2.cpp,v 1. 2 2001-07-07 14:29:40 achimhaExp $ */1 /* $Id: wsock2.cpp,v 1.3 2001-10-13 18:51:08 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 { 37 37 // called too often in some apps, makes log file grow too fast 38 // dprintf(("WSAEnumNetworkEvents 0x%x 0x%x 0x%x NOT CORRECTLY IMPLEMENTED", s, hEvent, lpEvent));38 dprintf2(("WSAEnumNetworkEvents 0x%x 0x%x 0x%x NOT CORRECTLY IMPLEMENTED", s, hEvent, lpEvent)); 39 39 40 40 if(!fWSAInitialized)
Note:
See TracChangeset
for help on using the changeset viewer.