Skip to content

Remove builtin support for GUI warning and error message boxes

Stefan Weil requested to merge stweil/libtiff:no_tif_platform_console into master

Now warnings always go to the console by default unless applications define their own warning and error handlers.

GUI applications (and Windows CE) are required to define such handlers.

Signed-off-by: Stefan Weil sw@weilnetz.de

Merge request reports