We must include stdarg.h.

Added a few missing exception related types.
oldstable
Francois Gouget 2000-11-08 05:03:45 +00:00 committed by Alexandre Julliard
parent 7a38452f83
commit f6fcb5cd55
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#ifndef __WINE_WINBASE_H
#define __WINE_WINBASE_H
#ifndef RC_INVOKED
#include <stdarg.h>
#endif
#include "basetsd.h"
#include "winnt.h"
#include "pshpack1.h"
@ -114,6 +118,10 @@ typedef struct _DEBUG_EVENT {
} u;
} DEBUG_EVENT, *LPDEBUG_EVENT;
typedef PCONTEXT LPCONTEXT;
typedef PEXCEPTION_RECORD LPEXCEPTION_RECORD;
typedef PEXCEPTION_POINTERS LPEXCEPTION_POINTERS;
#define OFS_MAXPATHNAME 128
typedef struct
{