]> git.cworth.org Git - apitrace/blobdiff - wgltrace.py
Merge remote-tracking branch 'origin/master' into on-demand-loading
[apitrace] / wgltrace.py
index d1b6ccfe0e4446b74718389d2581eb0dccf3e769..17d1acc7b6a054570767b0ff3c4a33c7aa955da0 100644 (file)
@@ -72,7 +72,7 @@ if __name__ == '__main__':
     print '''
 static HINSTANCE g_hDll = NULL;
 
-static PROC
+PROC
 __getPublicProcAddress(LPCSTR lpProcName)
 {
     if (!g_hDll) {