Reece Dunn : ntdsapi: Fix building the tests with MSVC headers.

Alexandre Julliard julliard at winehq.org
Mon Mar 24 15:21:50 CDT 2008


Module: wine
Branch: master
Commit: 47b97025e7d37be6dc68bd786803942890c489ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=47b97025e7d37be6dc68bd786803942890c489ed

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Sun Mar 23 10:24:23 2008 +0000

ntdsapi: Fix building the tests with MSVC headers.

---

 dlls/ntdsapi/tests/ntdsapi.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdsapi/tests/ntdsapi.c b/dlls/ntdsapi/tests/ntdsapi.c
index ac5dd19..08436ae 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"




More information about the wine-cvs mailing list