MyGUI 3.4.1
|
Go to the source code of this file.
Namespaces | |
namespace | MyGUI |
Macros | |
#define | MYGUI_DYNLIB_LOAD(a) LoadLibrary( a ) |
#define | MYGUI_DYNLIB_GETSYM(a, b) GetProcAddress( a, b ) |
#define | MYGUI_DYNLIB_UNLOAD(a) !FreeLibrary( a ) |
#define MYGUI_DYNLIB_GETSYM | ( | a, | |
b | |||
) | GetProcAddress( a, b ) |
Definition at line 14 of file MyGUI_DynLib.cpp.
#define MYGUI_DYNLIB_LOAD | ( | a | ) | LoadLibrary( a ) |
Definition at line 13 of file MyGUI_DynLib.cpp.
#define MYGUI_DYNLIB_UNLOAD | ( | a | ) | !FreeLibrary( a ) |
Definition at line 15 of file MyGUI_DynLib.cpp.