If I compile boost sources, either from the primary distribution, or from
https://github.com/wpbest/Boost, I can compile it as a static library but when I link to it from the project, I receive linker errors that four identifiers could not be found. These identifiers are API functions such as CreateWaitableTimer.
Is there a way to use boost-thread from a UWP project despite this? Perhaps setting some preprocessor symbols?