mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix compilng forget implement stub for DxEngIncDispUniq
svn path=/branches/reactx/; revision=29751
This commit is contained in:
@@ -115,6 +115,7 @@ DWORD DxEngSyncPaletteTableWithDevice(DWORD x1, DWORD x2);
|
||||
DWORD DxEngSetPaletteState(DWORD x1, DWORD x2, DWORD x3);
|
||||
DWORD DxEngGetRedirectionBitmap(DWORD x1);
|
||||
DWORD DxEngLoadImage(DWORD x1,DWORD x2);
|
||||
DWORD DxEngIncDispUniq();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -483,4 +483,13 @@ DWORD DxEngLoadImage(DWORD x1,DWORD x2)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
/* DxEngIncDispUniq */
|
||||
/************************************************************************/
|
||||
DWORD DxEngIncDispUniq()
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user