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:
parent
b29e4d4cb9
commit
7bdfcdf086
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue