tronkko / dirent

C/C++ library for retrieving information on files and directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinRT support

paleozogt opened this issue · comments

dirent.h doesn't support WinRT for a few reasons:

  • #including windef.h directly causes fatal error C1189: #error : "No Target Architecture"
  • FindFirstFileW isn't available
  • GetFullPathNameW isn't available

I think WinRT support can be added while maintaining compatibility with Win32: