Structure Viewer - does not show Alignment
Posted: Wed Jun 06, 2018 4:23 pm
As the title says, The IDE Structure Viewer does not show The Align option.
For example it shows
But in the residents it's seems to be correctly saved as:
For example it shows
Code: Select all
Structure MODULEINFO
*lpBaseOfDll
SizeOfImage.l
*EntryPoint
EndStructure
Code: Select all
Structure MODULEINFO Align #PB_Structure_AlignC
*lpBaseOfDll
SizeOfImage.l
*EntryPoint
EndStructure