"Markus Stockhausen" markus.stockhausen@collogia.de wrote:
Did you compile this test with MSVC and the Microsoft headers on Windows?
I'm sorry but I have no Windows environment. Only Linux/GCC.
I have compiled the test alone and it fails here:
ddrawmodes.c:37: Test failed: DDDEVICEIDENTIFIER2 too large (misaligned)
It's natural that the structure is 8-byte aligned since it has a 64-bit member (LARGE_INTEGER). ddraw.h in PSDK doesn't have any forced packing either.