[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,
[in] DWORD ulFlags);
/* Functions 65 to 74 are Vista+, see r63565 */
cpp_quote("#endif /* _WIN32_WINNT >= 0x0501 */")
}