Changeset 21324 for trunk/src/kernel32/stubs.cpp
- Timestamp:
- Jul 3, 2009, 11:16:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/stubs.cpp
r9975 r21324 668 668 } 669 669 670 /*********************************************************************** 671 * SetWaitableTimer (KERNEL32.@) 672 */ 673 BOOL WIN32API SetWaitableTimer( HANDLE handle, const LARGE_INTEGER *when, LONG period, 674 PTIMERAPCROUTINE callback, LPVOID arg, BOOL resume ) 675 { 676 dprintf(("KERNEL32: SetWaitableTimer(%08x,%08x,%08x) not implemented\n", 677 handle, period, resume)); 678 679 return FALSE; 680 } 681 670 682 /***************************************************************************** 671 683 * Name : BOOL WIN32API DebugActiveProcess
Note:
See TracChangeset
for help on using the changeset viewer.