Files
MINGW-packages/mingw-w64-winsparkle-git/001-compile-fixes.patch
Renato Silva 98294dd1fc winsparkle, winsparkle-git: Some adjustments.
* Use same build procedure.

  CMake build is "unofficial and unsupported" according to upstream, and
  provides a different file list than winsparkle-git. The release-based
  version now reuses the makefile from development version, while CMake
  side does not at least implement the following fixes:

  - Add the lib prefix to the DLL, using the same filename for both versions.
  - Possibly restore the translation support present in makefile.
  - Provide a static library like done for git version.

* Replace replaces with conflicts.
* Provide a license file.
* Update winsparkle-git.
* Other minor changes.
2016-05-16 11:08:47 -03:00

12 lines
217 B
Diff

diff -aurN 000/src/ui.cpp 001/src/ui.cpp
--- 000/src/ui.cpp
+++ 001/src/ui.cpp
@@ -1473,7 +1473,6 @@
SignalReady();
// Run the app:
- wxMSWDisableSettingHighDPIAware();
wxEntry(ms_hInstance);
}