Change NtGdiD3dContextDestroyAll@4 to @0
Modified: trunk/reactos/lib/d3d8thk/d3d8thk.def
Modified: trunk/reactos/tools/nci/w32ksvc.db
_____
Modified: trunk/reactos/lib/d3d8thk/d3d8thk.def
--- trunk/reactos/lib/d3d8thk/d3d8thk.def 2005-06-22 17:58:42 UTC
(rev 16218)
+++ trunk/reactos/lib/d3d8thk/d3d8thk.def 2005-06-22 18:02:33 UTC
(rev 16219)
@@ -2,7 +2,7 @@
EXPORTS
OsThunkD3dContextCreate@16 = NtGdiD3dContextCreate@16
OsThunkD3dContextDestroy@4 = NtGdiD3dContextDestroy@4
- OsThunkD3dContextDestroyAll@4 = NtGdiD3dContextDestroyAll@4
+ OsThunkD3dContextDestroyAll@0 = NtGdiD3dContextDestroyAll@0
OsThunkD3dDrawPrimitives2@28 = NtGdiD3dDrawPrimitives2@28
OsThunkD3dValidateTextureStageState@4 =
NtGdiD3dValidateTextureStageState@4
OsThunkDdAddAttachedSurface@12 = NtGdiDdAddAttachedSurface@12
_____
Modified: trunk/reactos/tools/nci/w32ksvc.db
--- trunk/reactos/tools/nci/w32ksvc.db 2005-06-22 17:58:42 UTC (rev
16218)
+++ trunk/reactos/tools/nci/w32ksvc.db 2005-06-22 18:02:33 UTC (rev
16219)
@@ -571,7 +571,7 @@
# DirectDraw system calls
NtGdiD3dContextCreate 4
NtGdiD3dContextDestroy 1
-NtGdiD3dContextDestroyAll 1
+NtGdiD3dContextDestroyAll 0
NtGdiD3dDrawPrimitives2 7
NtGdiD3dValidateTextureStageState 1
NtGdiDdAddAttachedSurface 3
Show replies by date