mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Change NtGdiD3dContextDestroyAll@4 to @0
svn path=/trunk/; revision=16219
This commit is contained in:
@@ -2,7 +2,7 @@ LIBRARY d3d8thk
|
||||
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
|
||||
|
||||
@@ -571,7 +571,7 @@ NtUserManualGuiCheck 1
|
||||
# DirectDraw system calls
|
||||
NtGdiD3dContextCreate 4
|
||||
NtGdiD3dContextDestroy 1
|
||||
NtGdiD3dContextDestroyAll 1
|
||||
NtGdiD3dContextDestroyAll 0
|
||||
NtGdiD3dDrawPrimitives2 7
|
||||
NtGdiD3dValidateTextureStageState 1
|
||||
NtGdiDdAddAttachedSurface 3
|
||||
|
||||
Reference in New Issue
Block a user