diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-08-07 13:50:30 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-08-07 13:50:30 +0200 |
| commit | d7072af9eb1c75c60d5fdc8ebb042e62ff776913 (patch) | |
| tree | da2c9c9161542e7619227c05c1fabdbf5fbdebae /windows/nsis-plugins/src/cleanup/cleanup.cpp | |
| parent | 50225d7666a8a5a70fa3ac5775f2a372110bdb58 (diff) | |
| parent | 35fa899e46316caf7669eee8bab7eb2fb6e84107 (diff) | |
| download | mullvadvpn-d7072af9eb1c75c60d5fdc8ebb042e62ff776913.tar.xz mullvadvpn-d7072af9eb1c75c60d5fdc8ebb042e62ff776913.zip | |
Merge branch 'win-fix-update-compat'
Diffstat (limited to 'windows/nsis-plugins/src/cleanup/cleanup.cpp')
| -rw-r--r-- | windows/nsis-plugins/src/cleanup/cleanup.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleanup.cpp b/windows/nsis-plugins/src/cleanup/cleanup.cpp index ca943934a7..b52c269577 100644 --- a/windows/nsis-plugins/src/cleanup/cleanup.cpp +++ b/windows/nsis-plugins/src/cleanup/cleanup.cpp @@ -7,6 +7,9 @@ #include <functional> #include <vector> +// NOTE: Linker refuses to find the library unless specified here +#pragma comment(lib, "version.lib") + void __declspec(dllexport) NSISCALL RemoveLogsAndCache ( HWND hwndParent, |
