* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61762
This commit is contained in:
Amine Khaldi 2014-01-23 11:16:46 +00:00
parent a8bce773fa
commit 20a454e741
4 changed files with 11 additions and 6 deletions

View file

@ -8,14 +8,17 @@
/* INCLUDES ******************************************************************/
#define WIN32_NO_STATUS
#define WIN32_LEAN_AND_MEAN
#define NTOS_MODE_USER
#include <stdarg.h>
/* PSDK/NDK Headers */
#include <windows.h>
//#include <winerror.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <windns.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
/* Internal DNSAPI Headers */

View file

@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "precomp.h"
#define NDEBUG

View file

@ -1,4 +1,5 @@
#include "precomp.h"
#include <debug.h>
DNS_STATUS WINAPI

View file

@ -11,4 +11,4 @@ typedef struct
DNS_STATUS DnsIntTranslateAdnsToDNS_STATUS(int Status);
void DnsIntFreeRecordList(PDNS_RECORD ToFree);
#endif//WINDNS_INTERNAL_H
#endif /* WINDNS_INTERNAL_H */