Trying to fix the build on Unix hosts by only using host headers in widl

svn path=/trunk/; revision=31718
This commit is contained in:
Colin Finck 2008-01-11 14:46:27 +00:00
parent 6f10c76e4a
commit b58eaf320a
4 changed files with 11 additions and 9 deletions

View file

@ -21,9 +21,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include <host/nls.h>
#include "hash.h"

View file

@ -35,8 +35,7 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include <host/typedefs.h>
#include "widl.h"
#include "utils.h"

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 "guiddef.h"
#include "wine/rpcfc.h"

View file

@ -40,10 +40,8 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include <host/typedefs.h>
#include <host/nls.h>
#include "widltypes.h"
#include "typelib.h"