mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +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;
|
pExportDir = pldev->pGdiDriverInfo->ExportSectionPointer;
|
||||||
if (!pExportDir)
|
if (!pExportDir)
|
||||||
{
|
{
|
||||||
|
ERR("LDEVOBJ_pvFindImageProcAddress: no export section found\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ EngFreePrivateUserMem(PDD_SURFACE_LOCAL psl,
|
||||||
* This function is no longer used in Windows NT 2000/XP/2003
|
* This function is no longer used in Windows NT 2000/XP/2003
|
||||||
*
|
*
|
||||||
*--*/
|
*--*/
|
||||||
DWORD
|
HRESULT
|
||||||
APIENTRY
|
APIENTRY
|
||||||
EngDxIoctl(ULONG ulIoctl,
|
EngDxIoctl(ULONG ulIoctl,
|
||||||
PVOID pBuffer,
|
PVOID pBuffer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue