]> git.cworth.org Git - apitrace/blobdiff - ddrawtrace.py
Merge branch 'trace-threads'
[apitrace] / ddrawtrace.py
index 0b53f0d4b5bb9a26271f7cf258667de583d0f61d..7022e1304cfc764aae1f594c6b9dabccab793696 100644 (file)
@@ -24,7 +24,7 @@
 ##########################################################################/
 
 
-from d3d import ddraw, interfaces
+from specs.d3d import ddraw, interfaces
 from trace import DllTracer
 
 
@@ -74,7 +74,7 @@ if __name__ == '__main__':
 #endif
 
 '''
-    print '#include "trace_writer.hpp"'
+    print '#include "trace_writer_local.hpp"'
     print '#include "os.hpp"'
     print
     tracer = DDrawTracer('ddraw.dll')