mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-11 08:57:59 +01:00
vrclient: Make sure the param structs are consistently aligned.
CW-Bug-Id: #22729
This commit is contained in:
parent
1bf0e86507
commit
8ff2cf5e8e
3 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
struct IVRApplications_IVRApplications_001_AddApplicationManifest_params
|
||||
{
|
||||
void *linux_side;
|
||||
|
|
@ -28856,6 +28858,8 @@ struct IVRTrackedCamera_IVRTrackedCamera_006_GetCameraTrackingSpace_params
|
|||
uint32_t _ret;
|
||||
};
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
enum unix_funcs
|
||||
{
|
||||
unix_vrclient_init,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue