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.
This commit is contained in:
Mike Swanson 2017-03-16 15:58:37 -07:00
parent b29e4d4cb9
commit 7bdfcdf086

View file

@ -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