How can I align static variables? I am using library functions which require aligned buffers for correct operations.
I do not want todefine the buffers as global variables. Is there a way to align buffers to DWORD boundary? What is the defualt alignment for static variables?