mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +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;
|
||||
|
||||
|
||||
DRVFN gpDxFuncs[DXG_INDEX_DxDdIoctl];
|
||||
DRVFN gpDxFuncs[DXG_INDEX_DxDdIoctl + 1];
|
||||
HANDLE ghDxGraphics = NULL;
|
||||
ULONG gdwDirectDrawContext = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue