diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-23 19:55:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-23 19:55:46 +0200 |
commit | 691c1193809fd1d217bab184d12902c2740f5740 (patch) | |
tree | 169b6968995fe884a05a8ea249b308a4a1997f35 | |
parent | 8feff247dca2f9711d9d6a380df73ab45154536c (diff) |
Fix MSVC build, sorry for commit flood
-rw-r--r-- | facetracknoir/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/facetracknoir/main.cpp b/facetracknoir/main.cpp index 5ba7e3b2..8cc97a38 100644 --- a/facetracknoir/main.cpp +++ b/facetracknoir/main.cpp @@ -44,7 +44,8 @@ bool dumpCallback(const wchar_t* dump_path, MessageBoxA(GetDesktopWindow(), "Generating crash dump!\r\n" "Please send the .dmp file to <sthalik@misaki.pl> to help us improve the code.", - "opentrack crashed :("); + "opentrack crashed :(", + MB_OK | MB_ICONERROR); return succeeded; } |