I have a structure.
Structure Prefs
Header.s{30}
FileName.s{60}
ProgramName.s{100}
Resize.i
FullScreen.i
EndStructure
How can I make this structure compatible with x86 and x64? When I save the structure to disk they are not the same size, the x64 is larger.
Thanks


