From 47b97025e7d37be6dc68bd786803942890c489ed Mon Sep 17 00:00:00 2001 From: Reece Dunn Date: Sun, 23 Mar 2008 10:24:23 +0000 Subject: [PATCH] ntdsapi: Fix building the tests with MSVC headers. --- dlls/ntdsapi/tests/ntdsapi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/ntdsapi/tests/ntdsapi.c b/dlls/ntdsapi/tests/ntdsapi.c index ac5dd197bad..08436ae8e85 100644 --- a/dlls/ntdsapi/tests/ntdsapi.c +++ b/dlls/ntdsapi/tests/ntdsapi.c @@ -22,6 +22,8 @@ #include "winbase.h" #include "winerror.h" #include "winnls.h" +#include "rpc.h" +#include "rpcdce.h" #include "ntdsapi.h" #include "wine/test.h" -- 2.11.4.GIT