mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[PSDK]
Add missing definitions to winddi.h svn path=/trunk/; revision=64471
This commit is contained in:
parent
1974791a7e
commit
3009e8c865
3 changed files with 657 additions and 30 deletions
File diff suppressed because it is too large
Load diff
|
@ -292,6 +292,7 @@ LDEVOBJ_pvFindImageProcAddress(
|
|||
pExportDir = pldev->pGdiDriverInfo->ExportSectionPointer;
|
||||
if (!pExportDir)
|
||||
{
|
||||
ERR("LDEVOBJ_pvFindImageProcAddress: no export section found\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@ EngFreePrivateUserMem(PDD_SURFACE_LOCAL psl,
|
|||
* This function is no longer used in Windows NT 2000/XP/2003
|
||||
*
|
||||
*--*/
|
||||
DWORD
|
||||
HRESULT
|
||||
APIENTRY
|
||||
EngDxIoctl(ULONG ulIoctl,
|
||||
PVOID pBuffer,
|
||||
|
|
Loading…
Reference in a new issue