lsteamclient: Fix SteamAPI_CheckCallbackRegistered_t calling convention

This commit is contained in:
Andrew Eikum 2019-08-15 14:50:30 -05:00
parent abfb04f8cc
commit 80465e2a7d
7 changed files with 25 additions and 7 deletions

View file

@ -5,7 +5,7 @@
from __future__ import print_function
CLANG_PATH='/usr/lib/clang/8.0.0'
CLANG_PATH='/usr/lib/clang/8.0.1'
import pprint
import sys
@ -178,7 +178,8 @@ manually_handled_methods = {
# manual converters for simple types (function pointers)
manual_type_converters = [
"FSteamNetworkingSocketsDebugOutput"
"FSteamNetworkingSocketsDebugOutput",
"SteamAPI_CheckCallbackRegistered_t"
]
# manual converters for specific parameters