Needed to compile Tera Term.
From: Alex Henrie alexhenrie24@gmail.com
Needed to compile Tera Term. --- dlls/imagehlp/access.c | 1 + dlls/imagehlp/imagehlp_main.c | 1 + dlls/imagehlp/integrity.c | 1 + dlls/imagehlp/modify.c | 1 + dlls/imagehlp/tests/integrity.c | 1 + dlls/wintrust/crypt.c | 1 + include/imagehlp.h | 1 + 7 files changed, 7 insertions(+)
diff --git a/dlls/imagehlp/access.c b/dlls/imagehlp/access.c index f0b5814dead..d9e3731dc02 100644 --- a/dlls/imagehlp/access.c +++ b/dlls/imagehlp/access.c @@ -25,6 +25,7 @@ #include "winnt.h" #include "winternl.h" #include "winerror.h" +#include "winver.h" #include "wine/debug.h" #include "imagehlp.h"
diff --git a/dlls/imagehlp/imagehlp_main.c b/dlls/imagehlp/imagehlp_main.c index 183b744dab0..8a7cbf8b929 100644 --- a/dlls/imagehlp/imagehlp_main.c +++ b/dlls/imagehlp/imagehlp_main.c @@ -22,6 +22,7 @@
#include "windef.h" #include "winbase.h" +#include "winver.h" #include "imagehlp.h" #include "wine/debug.h"
diff --git a/dlls/imagehlp/integrity.c b/dlls/imagehlp/integrity.c index c2759c027f4..0085387159d 100644 --- a/dlls/imagehlp/integrity.c +++ b/dlls/imagehlp/integrity.c @@ -29,6 +29,7 @@ #include "winerror.h" #include "winternl.h" #include "winnt.h" +#include "winver.h" #include "imagehlp.h" #include "wine/debug.h"
diff --git a/dlls/imagehlp/modify.c b/dlls/imagehlp/modify.c index aa93ee63365..3cb5dd800fd 100644 --- a/dlls/imagehlp/modify.c +++ b/dlls/imagehlp/modify.c @@ -24,6 +24,7 @@ #include "winbase.h" #include "winternl.h" #include "winerror.h" +#include "winver.h" #include "wine/debug.h" #include "imagehlp.h"
diff --git a/dlls/imagehlp/tests/integrity.c b/dlls/imagehlp/tests/integrity.c index ae3b2d23d64..4081fa2f6d7 100644 --- a/dlls/imagehlp/tests/integrity.c +++ b/dlls/imagehlp/tests/integrity.c @@ -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" diff --git a/dlls/wintrust/crypt.c b/dlls/wintrust/crypt.c index 5d320c9a009..ac3ac9251f1 100644 --- a/dlls/wintrust/crypt.c +++ b/dlls/wintrust/crypt.c @@ -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" diff --git a/include/imagehlp.h b/include/imagehlp.h index 0d146d7a166..87f16c3ede3 100644 --- a/include/imagehlp.h +++ b/include/imagehlp.h @@ -22,6 +22,7 @@ #define __WINE_IMAGEHLP_H
#include <wintrust.h> +#include <minidumpapiset.h>
#ifdef __cplusplus extern "C" {