mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +00:00
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:
parent
6f10c76e4a
commit
b58eaf320a
4 changed files with 11 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -35,8 +35,7 @@
|
|||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include <host/typedefs.h>
|
||||
|
||||
#include "widl.h"
|
||||
#include "utils.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue