Rémi Bernon (@rbernon) commented about include/windows.security.credentials.idl:
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#ifdef __WIDL__ +#pragma winrt ns_prefix +#endif
+import "inspectable.idl"; +import "asyncinfo.idl"; +import "eventtoken.idl"; +import "windowscontracts.idl"; +import "windows.foundation.idl"; +/* import "windows.security.cryptography.core.idl"; */ +/* import "windows.storage.streams.idl"; */ +/* import "windows.system.idl"; */
We have `windows.storage.streams.idl` and `windows.system.idl`. You'll also see that you then later need to define `WIDL_using_Windows_Storage_Streams` in `private.h`.