mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2026-03-28 08:52:28 +01:00
Since our DLLs version number aren't bumped, a same file size could cause a DLL not to be installed to replace an old one. This eventually can cause a crash of explorer if an incompatible version of OCUtil.dll is installed alone. Fix the issue by defining LIBRARY_IGNORE_VERSION. This also makes sure that installing an old version of the client over a more recent one if we decide to add version numbers to those DLLs.