X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=d3d8.py;h=bc38163a795ea6300e7eb553339fd25f0f5a22f9;hb=588bd47c876d60f0c1899e95ad7ce10704e78352;hp=0c85aa4864f6599895ce4611b4de312a297682ca;hpb=fd304a2420cc199eaaed90f9867fc82e73b0aaf8;p=apitrace diff --git a/d3d8.py b/d3d8.py index 0c85aa4..bc38163 100644 --- a/d3d8.py +++ b/d3d8.py @@ -1,6 +1,6 @@ ############################################################################# # -# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc. +# Copyright 2008 Tungsten Graphics, Inc. # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published @@ -269,7 +269,7 @@ IDirect3DVolume8.methods += [ d3d8 = Dll("d3d8") d3d8.functions += [ - Function(PDIRECT3D8, "Direct3DCreate8", [(UINT, "SDKVersion")]), + DllFunction(PDIRECT3D8, "Direct3DCreate8", [(UINT, "SDKVersion")]), ] if __name__ == '__main__':