mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
lsteamclient: Make sure the param structs are consistently aligned.
CW-Bug-Id: #22729
This commit is contained in:
parent
fd574a64ca
commit
1bf0e86507
3 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
struct ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps_params
|
||||
{
|
||||
struct u_steam_iface *linux_side;
|
||||
|
|
@ -45557,6 +45559,8 @@ struct ISteamUtils_SteamUtils010_DismissFloatingGamepadTextInput_params
|
|||
int8_t _ret;
|
||||
};
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
enum unix_funcs
|
||||
{
|
||||
unix_steamclient_init,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue