]> git.cworth.org Git - apitrace/blobdiff - glxtrace.py
Make windows build user friendlier.
[apitrace] / glxtrace.py
index be7a8caec1ff650654ee2d5f449072bf2b3fb87c..dfc24df0dcf57c30cc78e9ce603ce40c356f8b8f 100644 (file)
@@ -41,9 +41,6 @@ class GlxTracer(GlTracer):
         # The symbols visible in libGL.so can vary, so expose them all
         return True
 
-    def get_function_address(self, function):
-        return '__%s' % (function.name,)
-
     def wrap_ret(self, function, instance):
         GlTracer.wrap_ret(self, function, instance)
 
@@ -61,7 +58,7 @@ if __name__ == '__main__':
     print '#endif'
     print '#include <dlfcn.h>'
     print
-    print '#include "trace_write.hpp"'
+    print '#include "trace_writer.hpp"'
     print
     print '// To validate our prototypes'
     print '#define GL_GLEXT_PROTOTYPES'