]> git.cworth.org Git - apitrace/blobdiff - retrace/dllretrace.py
s/HINSTANCE/HMODULE/
[apitrace] / retrace / dllretrace.py
index 6f26484c2f9b89394aafe7be8877d97921df30f8..db1a5863390ce206b704287d44481cd41016d40b 100644 (file)
@@ -32,7 +32,7 @@ class DllRetracer(Retracer):
 
     def retraceApi(self, api):
         print '''
-static HINSTANCE g_hDll = NULL;
+static HMODULE g_hDll = NULL;
 
 static PROC
 _getPublicProcAddress(LPCSTR lpProcName)