Folly cannot work in Windows 10 (UWP) apps
Open
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
portability\unistd.cpp has a call to `CreateFileA` which is not defined for Windows UWP apps (since they are WINAPI_PARTITION_APP)
https://github.com/facebook/folly/blob/9f72af220e5cee73c07fdfeecb195cce0c830a8a/folly/portability/Unistd.cpp#L188-L198
Contributor guide
Assessment
This issue has not been assessed yet.