mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Merge branch 'fix-comment-gwin32' into 'master'
gwin32: Fix comment for g_win32_veh_handler See merge request GNOME/glib!712
This commit is contained in:
commit
b8a58b7cae
@ -1027,8 +1027,7 @@ static void *WinVEH_handle = NULL;
|
|||||||
|
|
||||||
#include "gwin32-private.c"
|
#include "gwin32-private.c"
|
||||||
|
|
||||||
/**
|
/* Handles exceptions (useful for debugging).
|
||||||
* Handles exceptions (useful for debugging).
|
|
||||||
* Issues a DebugBreak() call if the process is being debugged (not really
|
* Issues a DebugBreak() call if the process is being debugged (not really
|
||||||
* useful - if the process is being debugged, this handler won't be invoked
|
* useful - if the process is being debugged, this handler won't be invoked
|
||||||
* anyway). If it is not, runs a debugger from G_DEBUGGER env var,
|
* anyway). If it is not, runs a debugger from G_DEBUGGER env var,
|
||||||
|
Loading…
Reference in New Issue
Block a user