The current version of this library contains all the platform specific DLL pointers. So, the Windows Store will reject any apps that reference this DLL.
This is easily fixed but to change it would mean breaking the API dll out in to separate DLLs for dependency injection. So, you can move the platform specific classes that are not relevant to you out of the DLL and recompile. This will fix the issue with deployment to the store.