From: Giannis Adamopoulos Date: Thu, 1 Mar 2018 08:05:12 +0000 (+0200) Subject: [TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc X-Git-Tag: 0.4.9-RC~702 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d214e1c4d4af1166f2f5df66edfa069f6732e9c4 [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 --- diff --git a/dll/cpl/telephon/telephon.rc b/dll/cpl/telephon/telephon.rc index 44ce43dc3f7..c08e4e65736 100644 --- a/dll/cpl/telephon/telephon.rc +++ b/dll/cpl/telephon/telephon.rc @@ -1,4 +1,5 @@ #include +#include #include "resource.h" diff --git a/sdk/include/reactos/manifest_hosted.rc b/sdk/include/reactos/manifest_hosted.rc index 05604d44c78..46d0cb27d98 100644 --- a/sdk/include/reactos/manifest_hosted.rc +++ b/sdk/include/reactos/manifest_hosted.rc @@ -1 +1,6 @@ + +#ifndef RT_MANIFEST +#error please include winuser.h before including me! +#endif + 123 RT_MANIFEST "manifest.xml"