What does it mean exactly?
wchar_t typedef __declspec(align(MEMORY_ALLOCATION_ALIGNMENT)) newtype;
NOTE: i know what typedef, and __declspec and wchar_t do
i just dont know what this does:
align(MEMORY_ALLOCATION_ALIGNMENT)
THanks!!




Posted 18 February 2011 - 03:19 AM
wchar_t typedef __declspec(align(MEMORY_ALLOCATION_ALIGNMENT)) newtype;
