mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Change NtGdiD3dContextDestroyAll@4 to @0
svn path=/trunk/; revision=16219
This commit is contained in:
parent
2ab26c9f4d
commit
5276f2c8bb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue