lsteamclient: Use standard fixed size integer types.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-14 14:53:26 +02:00
parent b2c5a27426
commit fb4497a377
234 changed files with 6312 additions and 6259 deletions

View file

@ -1,11 +1,11 @@
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
{
void *linux_side;
int _ret;
int32_t _ret;
AppId_t nAppID;
const char *pchKey;
char *pchValue;
int cchValueMax;
int32_t cchValueMax;
};
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params );