mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
be56d90fe9
LoadLibrary() is not available when building for the Universal Windows Platform, which is used for shipping apps to the Windows Store on all devices (Windows Desktop, Windows Phone, Surface, XBox, etc). Apps are not allowed to load arbitrary DLLs from the system. The only DLLs they can load are those that are bundled with the app as assets. LoadPackagedLibrary() can be used to access those assets by filename. The function is meant to be a drop-in replacement for LoadLibrary(), and the HANDLE returned can be treated the same as before. |
||
---|---|---|
.. | ||
AUTHORS | ||
COPYING | ||
gmodule-ar.c | ||
gmodule-dl.c | ||
gmodule-dyld.c | ||
gmodule-win32.c | ||
gmodule.c | ||
gmodule.h | ||
gmodule.rc.in | ||
gmoduleconf.h.in | ||
meson.build |