mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[NTDDRAW]
Fix buffer overflow svn path=/trunk/; revision=62854
This commit is contained in:
parent
363e1e7787
commit
e67aa1e2ca
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ extern ULONG gcEngFuncs;
|
||||||
extern EDD_DIRECTDRAW_GLOBAL edd_DdirectDraw_Global;
|
extern EDD_DIRECTDRAW_GLOBAL edd_DdirectDraw_Global;
|
||||||
|
|
||||||
|
|
||||||
DRVFN gpDxFuncs[DXG_INDEX_DxDdIoctl];
|
DRVFN gpDxFuncs[DXG_INDEX_DxDdIoctl + 1];
|
||||||
HANDLE ghDxGraphics = NULL;
|
HANDLE ghDxGraphics = NULL;
|
||||||
ULONG gdwDirectDrawContext = 0;
|
ULONG gdwDirectDrawContext = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue