I have built a test for a driver in Windows CE 6.0 and some tests fail because memory passed in is not properly aligned.
How can I control the alignment of auto variables on the stack (not inside structures)?
Keep in mind that I cannot change this test in any way except how I build it.