mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
gwin32: Fix comment for g_win32_veh_handler
This commit is contained in:
parent
c9c88a4b22
commit
7bc21392e1
@ -1027,8 +1027,7 @@ static void *WinVEH_handle = NULL;
|
||||
|
||||
#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
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user