Is there a new macro to determine in code if the application is running on WinRT? As I'm working with LoadLibrary
, it would be great if there is a macro to replace all calls to LoadLibrary
with one to LoadPackagedLibrary
...
I'm understanding the documentation correct as in I can load any DLL (as long as it's inside my package) via LoadPackagedLibrary
, right?! (And as long as that DLL doesn't use black-listed APIs...)