Changeset 16764
- Timestamp:
- Jul 7, 2001, 7:53:15 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/wsock32/asyncapi.cpp ¶
r16762 r16764 1 /* $Id: asyncapi.cpp,v 1.1 1 2001-07-07 14:29:40achimha Exp $ */1 /* $Id: asyncapi.cpp,v 1.12 2001-07-07 17:53:15 achimha Exp $ */ 2 2 3 3 /* … … 759 759 } 760 760 761 // post semaphore if present761 // reset event semaphore if present 762 762 if (hEvent) 763 763 { 764 764 // dprintf(("posting event semaphore 0x%x", hEvent)); 765 SetEvent(hEvent);765 ResetEvent(hEvent); 766 766 } 767 767
Note:
See TracChangeset
for help on using the changeset viewer.