From 3479eb396cbe875086dd5522c3ed94fa6f74f5f3 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 3 Apr 2018 13:40:29 +0100 Subject: [PATCH] [LOCALSPL_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/localspl/localmon.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/rostests/winetests/localspl/localmon.c b/modules/rostests/winetests/localspl/localmon.c index b648848f44a..8655aa0d1ec 100644 --- a/modules/rostests/winetests/localspl/localmon.c +++ b/modules/rostests/winetests/localspl/localmon.c @@ -21,16 +21,16 @@ #include -#include -#include -//#include "winerror.h" -#include -#include +#include "windef.h" +#include "winbase.h" +#include "winerror.h" +#include "wingdi.h" +#include "winreg.h" -#include -#include +#include "winspool.h" +#include "ddk/winsplp.h" -#include +#include "wine/test.h" /* ##### */ -- 2.17.1