From e8b175216207c565b0a56afbafb36be4082dbf5f Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Tue, 5 Dec 2017 06:32:25 +0100 Subject: [PATCH] [SDK] pnp.idl: Add a reminder comment about removed Vista/+ functions. CORE-12580 --- sdk/include/reactos/idl/pnp.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/include/reactos/idl/pnp.idl b/sdk/include/reactos/idl/pnp.idl index b166551d1a8..2839017e039 100644 --- a/sdk/include/reactos/idl/pnp.idl +++ b/sdk/include/reactos/idl/pnp.idl @@ -925,6 +925,8 @@ cpp_quote("#if _WIN32_WINNT >= 0x0501") [out] DWORD *pulSSDIFlags, [in] DWORD ulFlags); + /* Functions 65 to 74 are Vista+, see r63565 */ + cpp_quote("#endif /* _WIN32_WINNT >= 0x0501 */") }