Add missing definitions to winddi.h

svn path=/trunk/; revision=64471
This commit is contained in:
Timo Kreuzer 2014-10-02 20:11:24 +00:00
parent 1974791a7e
commit 3009e8c865
3 changed files with 657 additions and 30 deletions

File diff suppressed because it is too large Load diff

View file

@ -292,6 +292,7 @@ LDEVOBJ_pvFindImageProcAddress(
pExportDir = pldev->pGdiDriverInfo->ExportSectionPointer;
if (!pExportDir)
{
ERR("LDEVOBJ_pvFindImageProcAddress: no export section found\n");
return NULL;
}

View file

@ -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,