commit 7bdfcdf0868f60f5b2034076df94625ea18eb8cf
Author: Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Thu Mar 16 15:58:37 2017 -0700
Commit: Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Thu Mar 16 15:58:37 2017 -0700
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.
---
src/resource.rc.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/resource.rc.in b/src/resource.rc.in
index 51f16f43..52d29660 100644
--- 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