[gimp/gimp-2-10] Windows backtrace: VEH must use stdcall
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Windows backtrace: VEH must use stdcall
- Date: Thu, 21 Nov 2019 23:08:45 +0000 (UTC)
commit ce4865670b458e23c3542c857649fc8da532f27e
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date: Wed Nov 20 10:59:54 2019 +0000
Windows backtrace: VEH must use stdcall
Fixes issue #2794
(cherry picked from commit cd54a8fee99257f300690f56c228634f83861bed)
app/core/gimpbacktrace-windows.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpbacktrace-windows.c b/app/core/gimpbacktrace-windows.c
index 9b9e0ee67c..5968f70012 100644
--- a/app/core/gimpbacktrace-windows.c
+++ b/app/core/gimpbacktrace-windows.c
@@ -90,7 +90,7 @@ static void gimp_backtrace_set_thread_name (DWORD tid,
static gboolean gimp_backtrace_enumerate_threads (void);
-static LONG gimp_backtrace_exception_handler (PEXCEPTION_POINTERS info);
+static LONG WINAPI gimp_backtrace_exception_handler (PEXCEPTION_POINTERS info);
/* static variables */
@@ -222,7 +222,7 @@ gimp_backtrace_enumerate_threads (void)
return n_threads > 0;
}
-static LONG
+static LONG WINAPI
gimp_backtrace_exception_handler (PEXCEPTION_POINTERS info)
{
#define EXCEPTION_SET_THREAD_NAME ((DWORD) 0x406D1388)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]