diff options
author | Chris Xiong <chirs241097@gmail.com> | 2021-11-07 22:57:35 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2021-11-07 22:57:35 -0500 |
commit | b54d1c8a63ac40053e8c88da062afe0199314f6a (patch) | |
tree | 6b1ccd47515c5036d9f8abb9aa6a554ac8effa61 /qmidiplayer-desktop | |
parent | f41f3f96657644b12a32d2211110dea1b60aa1f0 (diff) | |
download | QMidiPlayer-b54d1c8a63ac40053e8c88da062afe0199314f6a.tar.xz |
Use the prefix-less library name for backtrace.dll.
Diffstat (limited to 'qmidiplayer-desktop')
-rw-r--r-- | qmidiplayer-desktop/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/main.cpp b/qmidiplayer-desktop/main.cpp index c9408b9..123a360 100644 --- a/qmidiplayer-desktop/main.cpp +++ b/qmidiplayer-desktop/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char **argv) { #ifdef _WIN32 - if (!LoadLibraryA("libbacktrace.dll")) + if (!LoadLibraryA("backtrace.dll")) fputs("Failed to load backtrace library. Stack trace will not be printed if unhandled exception occurs.\n", stderr); #endif QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); |