rpc.h: Include excpt.h, and windef.h in Wine so that the header compiles.
This commit is contained in:
parent
0edfacdb6a
commit
96e8568c88
@ -18,8 +18,12 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(RPC_NO_WINDOWS_H) && !defined(__WINESRC__)
|
#ifndef RPC_NO_WINDOWS_H
|
||||||
#include <windows.h>
|
# ifdef __WINESRC__
|
||||||
|
# include <windef.h>
|
||||||
|
# else
|
||||||
|
# include <windows.h>
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __WINE_RPC_H
|
#ifndef __WINE_RPC_H
|
||||||
@ -50,6 +54,7 @@ typedef void* I_RPC_HANDLE;
|
|||||||
#include <rpcdce.h>
|
#include <rpcdce.h>
|
||||||
/* #include <rpcnsi.h> */
|
/* #include <rpcnsi.h> */
|
||||||
#include <rpcnterr.h>
|
#include <rpcnterr.h>
|
||||||
|
#include <excpt.h>
|
||||||
#include <winerror.h>
|
#include <winerror.h>
|
||||||
|
|
||||||
/* ignore exception handling for now */
|
/* ignore exception handling for now */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user