shithub: choc

Download patch

ref: 7bdfcdf0868f60f5b2034076df94625ea18eb8cf
parent: b29e4d4cb9c3d917efb2599293507b5931ebb48d
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Thu Mar 16 11:58:37 EDT 2017

resource.rc.in: Add a winuser.h include, fixes #885

Make the executables fully compatible with high-DPI screens on Windows
8.1 and newer.

--- a/src/resource.rc.in
+++ b/src/resource.rc.in
@@ -1,5 +1,7 @@
 1 ICON "@top_srcdir@/data/doom.ico"
 
+#include <winuser.h>
+
 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "@top_srcdir@/src/manifest.xml"
 
 1 VERSIONINFO