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
abf03748
Commit
abf03748
authored
Nov 01, 2022
by
Alex Henrie
Committed by
Alexandre Julliard
Nov 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Include minidumpapiset.h in imagehlp.h.
Needed to compile Tera Term.
parent
957dfccb
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
access.c
dlls/imagehlp/access.c
+1
-0
imagehlp_main.c
dlls/imagehlp/imagehlp_main.c
+1
-0
integrity.c
dlls/imagehlp/integrity.c
+1
-0
modify.c
dlls/imagehlp/modify.c
+1
-0
integrity.c
dlls/imagehlp/tests/integrity.c
+1
-0
crypt.c
dlls/wintrust/crypt.c
+1
-0
imagehlp.h
include/imagehlp.h
+1
-0
No files found.
dlls/imagehlp/access.c
View file @
abf03748
...
...
@@ -25,6 +25,7 @@
#include "winnt.h"
#include "winternl.h"
#include "winerror.h"
#include "winver.h"
#include "wine/debug.h"
#include "imagehlp.h"
...
...
dlls/imagehlp/imagehlp_main.c
View file @
abf03748
...
...
@@ -22,6 +22,7 @@
#include "windef.h"
#include "winbase.h"
#include "winver.h"
#include "imagehlp.h"
#include "wine/debug.h"
...
...
dlls/imagehlp/integrity.c
View file @
abf03748
...
...
@@ -29,6 +29,7 @@
#include "winerror.h"
#include "winternl.h"
#include "winnt.h"
#include "winver.h"
#include "imagehlp.h"
#include "wine/debug.h"
...
...
dlls/imagehlp/modify.c
View file @
abf03748
...
...
@@ -24,6 +24,7 @@
#include "winbase.h"
#include "winternl.h"
#include "winerror.h"
#include "winver.h"
#include "wine/debug.h"
#include "imagehlp.h"
...
...
dlls/imagehlp/tests/integrity.c
View file @
abf03748
...
...
@@ -25,6 +25,7 @@
#include "winuser.h"
#include "winerror.h"
#include "winnt.h"
#include "winver.h"
#include "imagehlp.h"
#define PSAPI_VERSION 1
#include "psapi.h"
...
...
dlls/wintrust/crypt.c
View file @
abf03748
...
...
@@ -27,6 +27,7 @@
#include "windef.h"
#include "winbase.h"
#include "wintrust.h"
#include "winver.h"
#include "mscat.h"
#include "mssip.h"
#include "imagehlp.h"
...
...
include/imagehlp.h
View file @
abf03748
...
...
@@ -22,6 +22,7 @@
#define __WINE_IMAGEHLP_H
#include <wintrust.h>
#include <minidumpapiset.h>
#ifdef __cplusplus
extern
"C"
{
...
...
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