mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 07:03:57 +00:00
fix another stack crouptions for wrong prototype
svn path=/trunk/; revision=33068
This commit is contained in:
parent
9b0305b341
commit
690e556bea
2 changed files with 3 additions and 2 deletions
|
@ -83,6 +83,7 @@ DWORD STDCALL DxEngGetDCState(HDC hDC, DWORD type);
|
|||
DWORD STDCALL DxEngReferenceHdev(HDEV hdev);
|
||||
BOOLEAN STDCALL DxEngLockShareSem();
|
||||
BOOLEAN STDCALL DxEngUnlockShareSem();
|
||||
DWORD STDCALL DxEngScreenAccessCheck();
|
||||
|
||||
/* prototypes are not done yet, I need gather all my notes
|
||||
* to make them correct
|
||||
|
@ -97,7 +98,7 @@ BOOLEAN DxEngCleanDC(HDC hdc);
|
|||
BOOLEAN DxEngIncDispUniq();
|
||||
|
||||
DWORD DxEngCreateMemoryDC(DWORD x1);
|
||||
DWORD DxEngScreenAccessCheck();
|
||||
|
||||
DWORD DxEngIsHdevLockedByCurrentThread(DWORD x1);
|
||||
DWORD DxEngUnreferenceHdev(DWORD x1);
|
||||
DWORD DxEngSpTearDownSprites(DWORD x1, DWORD x2, DWORD x3);
|
||||
|
|
|
@ -653,7 +653,7 @@ DWORD DxEngCreateMemoryDC(DWORD x1)
|
|||
/************************************************************************/
|
||||
/* DxEngScreenAccessCheck */
|
||||
/************************************************************************/
|
||||
DWORD DxEngScreenAccessCheck()
|
||||
DWORD STDCALL DxEngScreenAccessCheck()
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue