mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[LIBTIFF] Print errors to the console instead of in a MessageBox.
This is a temporary fix for a timeout in windowscodecs:tiffformat. The test ends up invoking Win32ErrorHandler with: _TIFFVSetField: <IStream object>: Bad value 0 for "ResolutionUnit" tag. Ideally we'd keep the MessageBox version of the error/warning handlers but make them respect the current error mode to avoid blocking tests and other non-interactive applications.
This commit is contained in:
parent
4a93fbcd97
commit
ad301e6604
1 changed files with 2 additions and 1 deletions
3
dll/3rdparty/libtiff/CMakeLists.txt
vendored
3
dll/3rdparty/libtiff/CMakeLists.txt
vendored
|
@ -2,7 +2,8 @@
|
|||
add_definitions(
|
||||
-DWIN32
|
||||
-DNDEBUG
|
||||
-DUSE_WIN32_FILEIO)
|
||||
-DUSE_WIN32_FILEIO
|
||||
-DTIF_PLATFORM_CONSOLE)
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/libtiff
|
||||
|
|
Loading…
Reference in a new issue