Changeset 3378 for trunk/src/wsock32/asyncthread.cpp
- Timestamp:
- Apr 15, 2000, 11:23:36 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/asyncthread.cpp
r3229 r3378 1 /* $Id: asyncthread.cpp,v 1. 3 2000-03-24 19:28:04sandervl Exp $ */1 /* $Id: asyncthread.cpp,v 1.4 2000-04-15 09:23:36 sandervl Exp $ */ 2 2 3 3 /* … … 192 192 pThreadInfo = FindAsyncEvent(s); 193 193 if(pThreadInfo) { 194 pThreadInfo->u.asyncselect.lEvents = lEvent; 194 pThreadInfo->u.asyncselect.lEvents = lEvent; 195 pThreadInfo->u.asyncselect.lEventsPending = lEvent; 195 196 pThreadInfo->hwnd = hwnd; 196 197 pThreadInfo->msg = msg;
Note:
See TracChangeset
for help on using the changeset viewer.