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

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"