From 5e5f7bbb0286a9ffeaaa1f29fa4e2277f5b1058d Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 17 Sep 2002 00:04:35 +0000 Subject: [PATCH] Change the #include order so that these tests compile on Windows. --- dlls/advapi32/tests/registry.c | 1 + dlls/shell32/tests/shlfileop.c | 2 +- dlls/wininet/tests/http.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dlls/advapi32/tests/registry.c b/dlls/advapi32/tests/registry.c index 948de5de892..3e81dfd2d7a 100644 --- a/dlls/advapi32/tests/registry.c +++ b/dlls/advapi32/tests/registry.c @@ -20,6 +20,7 @@ #include #include "wine/test.h" +#include "winbase.h" #include "winreg.h" #include "winerror.h" diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 4e7cffe0d14..f6298a84858 100644 --- a/dlls/shell32/tests/shlfileop.c +++ b/dlls/shell32/tests/shlfileop.c @@ -19,9 +19,9 @@ */ #include "wine/test.h" -#include #include #include +#include CHAR CURR_DIR[MAX_PATH]; diff --git a/dlls/wininet/tests/http.c b/dlls/wininet/tests/http.c index 94408177d84..3b3312161ca 100644 --- a/dlls/wininet/tests/http.c +++ b/dlls/wininet/tests/http.c @@ -1,7 +1,7 @@ +#include "wine/test.h" #include #include "winbase.h" #include "wininet.h" -#include "wine/test.h" int goon = 0;