- Don't include non host headers for host executables
I'm sure my dog told me that once.

svn path=/trunk/; revision=53159
This commit is contained in:
Jérôme Gardou
2011-08-09 22:58:13 +00:00
parent f0bd303530
commit 73386b2c5c
4 changed files with 11 additions and 10 deletions
+1 -3
View File
@@ -21,9 +21,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include <nls.h>
#include "widltypes.h"
#include "hash.h"
+1 -3
View File
@@ -35,9 +35,7 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include <typedefs.h>
#include "widl.h"
#include "utils.h"
#include "parser.h"
+7
View File
@@ -21,6 +21,13 @@
#ifndef __WIDL_WIDLTYPES_H
#define __WIDL_WIDLTYPES_H
#define S_OK 0
#define S_FALSE 1
#define E_OUTOFMEMORY ((HRESULT)0x8007000EL)
#define TYPE_E_IOERROR ((HRESULT)0x80028CA2L)
#define max(a, b) ((a) > (b) ? a : b)
#include <stdarg.h>
#include <assert.h>
#include "guiddef.h"
+2 -4
View File
@@ -40,10 +40,8 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include <typedefs.h>
#include <nls.h>
#include "widl.h"
#include "typelib.h"