https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e8b175216207c565b0a56a...
commit e8b175216207c565b0a56afbafb36be4082dbf5f Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Tue Dec 5 06:32:25 2017 +0100
[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 b166551d1a..2839017e03 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 */")
}