http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b149df
)
wdm.h: Define KeResetEvent and KeSetEvent.
author
Damjan Jovanovic
<damjan.jov@gmail.com>
Mon, 12 Apr 2010 18:33:01 +0000
(20:33 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 13 Apr 2010 09:37:14 +0000
(11:37 +0200)
include/ddk/wdm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/ddk/wdm.h
b/include/ddk/wdm.h
index b086ef76d0e18e422e60cc379eb8095d58788434..e57be4b05e4b05b5ce1bb639960c82d8792abcf7 100644
(file)
--- a/
include/ddk/wdm.h
+++ b/
include/ddk/wdm.h
@@
-1082,6
+1082,8
@@
void WINAPI KeQuerySystemTime(LARGE_INTEGER*);
void WINAPI KeQueryTickCount(LARGE_INTEGER*);
ULONG WINAPI KeQueryTimeIncrement(void);
LONG WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN);
+LONG WINAPI KeResetEvent(PRKEVENT);
+LONG WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN);
KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
PVOID WINAPI MmAllocateContiguousMemory(SIZE_T,PHYSICAL_ADDRESS);