[TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 1 Mar 2018 08:05:12 +0000 (10:05 +0200)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 1 Mar 2018 08:05:54 +0000 (10:05 +0200)
Add a check in manifest_hosted.rc to make sure that winuser.h is included

dll/cpl/telephon/telephon.rc
sdk/include/reactos/manifest_hosted.rc

index 44ce43d..c08e4e6 100644 (file)
@@ -1,4 +1,5 @@
 #include <windef.h>
+#include <winuser.h>
 
 #include "resource.h"
 
index 05604d4..46d0cb2 100644 (file)
@@ -1 +1,6 @@
+
+#ifndef RT_MANIFEST
+#error please include winuser.h before including me!
+#endif
+
 123 RT_MANIFEST "manifest.xml"