https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47854962ac4d753f340884...
commit 47854962ac4d753f340884c7b56088079cd24e96 Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Tue Sep 18 00:24:36 2018 +0200 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Tue Sep 18 00:24:36 2018 +0200
[ADVAPI32_WINETEST] Fix the STATUS issues --- modules/rostests/winetests/advapi32/crypt.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/modules/rostests/winetests/advapi32/crypt.c b/modules/rostests/winetests/advapi32/crypt.c index a09e8db57d..48d08643a1 100644 --- a/modules/rostests/winetests/advapi32/crypt.c +++ b/modules/rostests/winetests/advapi32/crypt.c @@ -20,6 +20,8 @@
#include <stdarg.h>
+#include "ntstatus.h" +#define WIN32_NO_STATUS #include "windef.h" #include "winbase.h" #include "wincrypt.h"