mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[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.
This commit is contained in:
parent
f3ea8225cb
commit
86c59690da
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
* COPYRIGHT: Copyright 2015-2018 Colin Finck (colin@reactos.org)
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
|
||||
/**
|
||||
* @name MarshallDownStructure
|
||||
|
|
Loading…
Reference in a new issue