Changeset 557 for trunk/src/NTDLL/sync.cpp
- Timestamp:
- Aug 18, 1999, 11:45:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/sync.cpp
r97 r557 1 /* $Id: sync.cpp,v 1. 2 1999-06-10 17:06:47phaller Exp $ */1 /* $Id: sync.cpp,v 1.3 1999-08-18 21:45:14 phaller Exp $ */ 2 2 3 3 /* … … 147 147 } 148 148 149 /************************************************************************** 150 * NtResetEvent [NTDLL.?] 151 */ 152 NTSTATUS WIN32API NtResetEvent(HANDLE hEvent) 153 { 154 dprintf(("NTDLL: NtResetEvent(%08xh) not implemented.\n", 155 hEvent)); 156 157 return 0; 158 } 159
Note:
See TracChangeset
for help on using the changeset viewer.