X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=d3d10_1.py;h=ebf28969ae422b44cb69ac8e37809d036049b4c6;hb=4d0ef5d3d040704f61e0814c9260c1a2ca11c24d;hp=b9fa9f95857f5a0738be410fe057aa715578395c;hpb=90dd97e5eda2b8f74ac26c0cee9548b13bcf7a69;p=apitrace diff --git a/d3d10_1.py b/d3d10_1.py index b9fa9f9..ebf2896 100644 --- a/d3d10_1.py +++ b/d3d10_1.py @@ -25,7 +25,7 @@ """d3d10_1.h""" -from windows import * +from winapi import * ID3D10Blob = Interface("ID3D10Blob", IUnknown) LPD3D10BLOB = Pointer(ID3D10Blob) @@ -72,6 +72,6 @@ if __name__ == '__main__': print print '#include ' print - print '#include "log.hpp"' + print '#include "trace_writer.hpp"' print wrap()