Commit bffd57d1 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

kernel32/tests: Use DECLSPEC_ALIGN in MSVC compatible way.

parent 58b129eb
......@@ -1523,7 +1523,7 @@ static void test_mounted_folder(void)
static void test_GetVolumeInformationByHandle(void)
{
char buffer[50] DECLSPEC_ALIGN(8);
char DECLSPEC_ALIGN(8) buffer[50];
FILE_FS_ATTRIBUTE_INFORMATION *attr_info = (void *)buffer;
FILE_FS_VOLUME_INFORMATION *volume_info = (void *)buffer;
DWORD serial, filename_len, flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment