mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00:00
fix compilng forget implement stub for DxEngIncDispUniq
svn path=/branches/reactx/; revision=29751
This commit is contained in:
parent
0bb73dc1f8
commit
7f5e624fc6
2 changed files with 10 additions and 0 deletions
|
@ -115,6 +115,7 @@ DWORD DxEngSyncPaletteTableWithDevice(DWORD x1, DWORD x2);
|
||||||
DWORD DxEngSetPaletteState(DWORD x1, DWORD x2, DWORD x3);
|
DWORD DxEngSetPaletteState(DWORD x1, DWORD x2, DWORD x3);
|
||||||
DWORD DxEngGetRedirectionBitmap(DWORD x1);
|
DWORD DxEngGetRedirectionBitmap(DWORD x1);
|
||||||
DWORD DxEngLoadImage(DWORD x1,DWORD x2);
|
DWORD DxEngLoadImage(DWORD x1,DWORD x2);
|
||||||
|
DWORD DxEngIncDispUniq();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -483,4 +483,13 @@ DWORD DxEngLoadImage(DWORD x1,DWORD x2)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/************************************************************************/
|
||||||
|
/* DxEngIncDispUniq */
|
||||||
|
/************************************************************************/
|
||||||
|
DWORD DxEngIncDispUniq()
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue