Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
f6fcb5cd
Commit
f6fcb5cd
authored
Nov 08, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We must include stdarg.h.
Added a few missing exception related types.
parent
7a38452f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
winbase.h
include/winbase.h
+8
-0
No files found.
include/winbase.h
View file @
f6fcb5cd
#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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment