]> granicus.if.org Git - gc/commit
Resolve MessageBoxA at run-time (if requested) in GC_init (Win32)
authorIvan Maidanski <ivmai@mail.ru>
Sat, 2 Aug 2014 08:17:57 +0000 (12:17 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 11 May 2015 15:58:02 +0000 (18:58 +0300)
commitafe7a3308288fcd519d418b78ca6f04499887d3a
treea96b78bc13ad0f95479b75dac5ef17b992181df5
parent8431e390fb231a892cab8015549aac5b31896ce8
Resolve MessageBoxA at run-time (if requested) in GC_init (Win32)
(and code refactoring of GC_abort)

* misc.c (GC_win32_MessageBoxA): New static routine (only if MSWIN32,
move code from GC_abort).
* misc.c (GC_init, GC_abort): Replace MessageBoxA with
GC_win32_MessageBoxA call (to resolve "MessageBoxA" at run-time if
DONT_USE_USER32_DLL).

Conflicts:

misc.c
misc.c