mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +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
|
|
@ -21,6 +21,8 @@ extern "C"
|
|||
#define PATH_MAX 4096
|
||||
extern char g_tmppath[PATH_MAX];
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
struct steamclient_init_params
|
||||
{
|
||||
const char *steam_app_id;
|
||||
|
|
@ -211,6 +213,8 @@ struct networking_message
|
|||
};
|
||||
};
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
typedef NTSTATUS (*unixlib_entry_t)( void *args );
|
||||
extern const unixlib_entry_t __wine_unix_call_funcs[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue