Had me a problem with Windows code that turned out to be an alignment problem... what a pain that was to figure out!

Is there a standard alignment for windows structs and variables?

I often use #pragma pack(1) with chunks that have to traverse the network and I'm wondering how unhappy I'm about to make myself...