From d214e1c4d4af1166f2f5df66edfa069f6732e9c4 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Thu, 1 Mar 2018 10:05:12 +0200 Subject: [PATCH] [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 --- dll/cpl/telephon/telephon.rc | 1 + sdk/include/reactos/manifest_hosted.rc | 5 +++++ 2 files changed, 6 insertions(+) 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" -- 2.17.1