Author: greatlrd Date: Sat Dec 18 14:00:35 2010 New Revision: 50057
URL: http://svn.reactos.org/svn/reactos?rev=50057&view=rev Log: [dxg.sys] remove one static value not need it any longer
Modified: branches/reactx/reactos/drivers/directx/dxg/main.c
Modified: branches/reactx/reactos/drivers/directx/dxg/main.c URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/drivers/directx/d... ============================================================================== --- branches/reactx/reactos/drivers/directx/dxg/main.c [iso-8859-1] (original) +++ branches/reactx/reactos/drivers/directx/dxg/main.c [iso-8859-1] Sat Dec 18 14:00:35 2010 @@ -22,7 +22,7 @@
PDRVFN gpEngFuncs; -const ULONG gcDxgFuncs = DXG_INDEX_LAST; +
@@ -62,7 +62,7 @@ * Setup internal driver functions list we got from dxg driver functions list */ pDxgDrv->iDriverVersion = DXG_DRIVER_VERSION; - pDxgDrv->c = gcDxgFuncs; + pDxgDrv->c = DXG_INDEX_LAST; pDxgDrv->pdrvfn = gaDxgFuncs;
/* check how many driver functions and fail if the value does not match */