https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3479eb396cbe875086dd55...
commit 3479eb396cbe875086dd5522c3ed94fa6f74f5f3 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Tue Apr 3 13:40:29 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Tue Apr 3 13:40:29 2018 +0100
[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 b648848f44..8655aa0d1e 100644 --- a/modules/rostests/winetests/localspl/localmon.c +++ b/modules/rostests/winetests/localspl/localmon.c @@ -21,16 +21,16 @@
#include <stdarg.h>
-#include <windef.h> -#include <winbase.h> -//#include "winerror.h" -#include <wingdi.h> -#include <winreg.h> +#include "windef.h" +#include "winbase.h" +#include "winerror.h" +#include "wingdi.h" +#include "winreg.h"
-#include <winspool.h> -#include <ddk/winsplp.h> +#include "winspool.h" +#include "ddk/winsplp.h"
-#include <wine/test.h> +#include "wine/test.h"
/* ##### */