From e1e063d788bfe5e6abbf2a8916b1a92cf62978b0 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Fri, 15 Nov 2002 00:02:51 +0000 Subject: [PATCH] Made tests compile on Windows. --- dlls/shell32/tests/shlfileop.c | 1 + dlls/user/tests/win.c | 1 + 2 files changed, 2 insertions(+) diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 52544c63e0b..357d18df795 100644 --- a/dlls/shell32/tests/shlfileop.c +++ b/dlls/shell32/tests/shlfileop.c @@ -20,6 +20,7 @@ #include +#include "windef.h" #include "winbase.h" #include "wtypes.h" #include "shellapi.h" diff --git a/dlls/user/tests/win.c b/dlls/user/tests/win.c index 5ec04ba596b..0a7e591735f 100644 --- a/dlls/user/tests/win.c +++ b/dlls/user/tests/win.c @@ -23,6 +23,7 @@ #include #include +#include "windef.h" #include "winbase.h" #include "wingdi.h" #include "winuser.h"