Change NtGdiD3dContextDestroyAll@4 to @0

svn path=/trunk/; revision=16219
This commit is contained in:
Maarten Bosma 2005-06-22 18:02:33 +00:00
parent 2ab26c9f4d
commit 5276f2c8bb
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -571,7 +571,7 @@ NtUserManualGuiCheck 1
# DirectDraw system calls
NtGdiD3dContextCreate 4
NtGdiD3dContextDestroy 1
NtGdiD3dContextDestroyAll 1
NtGdiD3dContextDestroyAll 0
NtGdiD3dDrawPrimitives2 7
NtGdiD3dValidateTextureStageState 1
NtGdiDdAddAttachedSurface 3