[TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc

Add a check in manifest_hosted.rc to make sure that winuser.h is included
This commit is contained in:
Giannis Adamopoulos 2018-03-01 10:05:12 +02:00
parent eab8a0b968
commit d214e1c4d4
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <windef.h>
#include <winuser.h>
#include "resource.h"

View file

@ -1 +1,6 @@
#ifndef RT_MANIFEST
#error please include winuser.h before including me!
#endif
123 RT_MANIFEST "manifest.xml"