Commit f6fcb5cd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

We must include stdarg.h.

Added a few missing exception related types.
parent 7a38452f
#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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment