Reactos

[PRINTING] Try to fix Linux build.

Why this previously built without any errors using GCC and MSVC under Windows is left as an exercise to the reader.

+3
+3
win32ss/printing/base/marshalling.c
··· 5 5 * COPYRIGHT: Copyright 2015-2018 Colin Finck (colin@reactos.org) 6 6 */ 7 7 8 + #define WIN32_NO_STATUS 9 + #include <windef.h> 10 + #include <winbase.h> 8 11 9 12 /** 10 13 * @name MarshallDownStructure