mirror of
https://github.com/ValveSoftware/Proton
synced 2025-08-31 06:35:23 +00:00
lsteamclient: Make sure the param structs are consistently aligned.
CW-Bug-Id: #22729
This commit is contained in:
committed by
Arkadiusz Hiler
parent
fd574a64ca
commit
1bf0e86507
@@ -1521,9 +1521,11 @@ with open(u"unixlib_generated.h", "w") as file:
|
||||
out(u'#endif /* __cplusplus */\n')
|
||||
out(u'\n')
|
||||
|
||||
out(u'#include <pshpack1.h>\n\n')
|
||||
for klass, method in all_methods:
|
||||
sdkver = klass._sdkver
|
||||
method.write_params(out)
|
||||
out(u'#include <poppack.h>\n\n')
|
||||
|
||||
out(u'enum unix_funcs\n')
|
||||
out(u'{\n')
|
||||
|
Reference in New Issue
Block a user