mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Oooops. Still something missing!
svn path=/trunk/; revision=2011
This commit is contained in:
parent
3454082412
commit
25138c970a
1 changed files with 2 additions and 1 deletions
|
@ -1042,6 +1042,8 @@ DWORD APIENTRY EngDeviceIoControl(
|
|||
|
||||
VOID STDCALL EngFreeMem(PVOID Mem);
|
||||
|
||||
VOID STDCALL EngFreeUserMem(PVOID pv);
|
||||
|
||||
/*
|
||||
EngDeleteClip
|
||||
EngDeleteDriverObj
|
||||
|
@ -1057,7 +1059,6 @@ EngFillPath
|
|||
EngFindImageProcAddress
|
||||
EngFindResource
|
||||
EngFreeModule
|
||||
EngFreeUserMem
|
||||
EngGetCurrentCodePage
|
||||
EngGetDriverName
|
||||
EngGetFileChangeTime
|
||||
|
|
Loading…
Reference in a new issue