1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-08 19:27:00 +00:00

[SDK] pnp.idl: Add a reminder comment about removed Vista/+ functions. CORE-12580

This commit is contained in:
Serge Gautherie 2017-12-05 06:32:25 +01:00 committed by Thomas Faber
parent 614ace03fa
commit e8b1752162
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -925,6 +925,8 @@ cpp_quote("#if _WIN32_WINNT >= 0x0501")
[out] DWORD *pulSSDIFlags, [out] DWORD *pulSSDIFlags,
[in] DWORD ulFlags); [in] DWORD ulFlags);
/* Functions 65 to 74 are Vista+, see r63565 */
cpp_quote("#endif /* _WIN32_WINNT >= 0x0501 */") cpp_quote("#endif /* _WIN32_WINNT >= 0x0501 */")
} }