[You're trying too hard. Just use DECLSPEC_ALIGN(MEMORY_ALLOCATION_ALIGNMENT). -Raymond]
The K&R C handbook essentially says to do it this way. (It actually said to union with a type that was the same size as the alignment.)
[You're trying too hard. Just use DECLSPEC_ALIGN(MEMORY_ALLOCATION_ALIGNMENT). -Raymond]
The K&R C handbook essentially says to do it this way. (It actually said to union with a type that was the same size as the alignment.)