ReactOS 0.4.15-dev-7953-g1f49173
precomp.h
Go to the documentation of this file.
1
2#ifndef _WINLDAP_PRECOMP_H_
3#define _WINLDAP_PRECOMP_H_
4
5#include <wine/config.h>
6
7#include <stdarg.h>
8
9#ifdef HAVE_LDAP_H
10#include <ldap.h>
11#endif
12
13#define WIN32_NO_STATUS
14#define _INC_WINDOWS
15#define COM_NO_WINDOWS_H
16
17#include <windef.h>
18#include <winbase.h>
19
20#include <wine/debug.h>
21
22#include "winldap_private.h"
23#include "wldap32.h"
24
25#endif /* !_WINLDAP_PRECOMP_H_ */