[DRWTSN32] Recognize EXCEPTION_WINE_STUB (#2514)
authorWilliam Kent <wjk011@gmail.com>
Thu, 9 Apr 2020 14:11:31 +0000 (10:11 -0400)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 14:11:31 +0000 (16:11 +0200)
commit3c48ec99924b5f4b5a58d862a7bd7e6e6f9b9362
tree1dbbfab81454d5b70e0092b3d8e3114c47f4f8a9
parent21362c8e86b39b8da2e36f31047b0ec45b56c9a8
[DRWTSN32] Recognize EXCEPTION_WINE_STUB (#2514)

DrWtsn32.exe recognizes several standard exception codes, and prints their names in the crash log. However, EXCEPTION_WINE_STUB is not in this list, and as such it is treated as an unknown error and printed as "--". Having this error code given a name at the start of the crash dump is useful, as it allows me to identify calls to unimplemented issues more readily.
base/applications/drwtsn32/sysinfo.cpp