]> git.cworth.org Git - apitrace/blobdiff - d3d8.py
Prepend process name to the log's filename.
[apitrace] / d3d8.py
diff --git a/d3d8.py b/d3d8.py
index 0c85aa4864f6599895ce4611b4de312a297682ca..bc38163a795ea6300e7eb553339fd25f0f5a22f9 100644 (file)
--- 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__':