ntdsapi: Fix building the tests with MSVC headers.

This commit is contained in:
Reece Dunn 2008-03-23 10:24:23 +00:00 committed by Alexandre Julliard
parent 4fbdab7a8f
commit 47b97025e7
1 changed files with 2 additions and 0 deletions

View File

@ -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"