mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-13 05:37:48 +02:00
lsteamclient: Generate WOW64 thunks.
This commit is contained in:

committed by
Arkadiusz Hiler

parent
725044535f
commit
c295dcb636
@ -11004,6 +11004,11 @@ struct w64_SteamParamStringArray_t
|
||||
#ifdef __cplusplus
|
||||
operator w32_SteamParamStringArray_t() const;
|
||||
#endif /* __cplusplus */
|
||||
#if defined(__cplusplus) && defined(__x86_64__)
|
||||
w64_SteamParamStringArray_t() = default;
|
||||
w64_SteamParamStringArray_t( w32_SteamParamStringArray_t const& );
|
||||
~w64_SteamParamStringArray_t();
|
||||
#endif /* __cplusplus */
|
||||
};
|
||||
#pragma pack( pop )
|
||||
|
||||
|
Reference in New Issue
Block a user