boostorg / winapi

Windows API declarations without <windows.h>, for internal Boost use.
62 stars 58 forks source link

Windows target platform _WIN32_WINNT=0x0A00 (Win10) FAMILY=PC (most restrictive) build failures (UWP support) #53

Closed jeking3 closed 6 years ago

jeking3 commented 6 years ago

Winapi needs updates to support UWP Windows Store application development. Build job: https://ci.appveyor.com/project/jeking3/winapi/build/job/mfhg74xyt5jrt2tk There are too many failures to list them here individually.

jeking3 commented 6 years ago

Hopefully I'll have a PR for this later today - I found a way to make uwp partition checks universal for all SDKs.

jeking3 commented 6 years ago

Turning out to be a fair bit more work than expected. Lots of fun with the preprocessor.