[NTDDRAW]

Fix buffer overflow

svn path=/trunk/; revision=62854
This commit is contained in:
Timo Kreuzer 2014-04-21 14:12:06 +00:00
parent 363e1e7787
commit e67aa1e2ca

View file

@ -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;