#include "../pch.h"
Go to the source code of this file.
Defines | |
#define | LOADDLL(file) (HMODULE)LoadLibrary(file) |
#define | LOADFUNC(dll, name) GetProcAddress((HMODULE)dll, name) |
#define | FREEDLL(dll) FreeLibrary((HMODULE)dll) |
#define FREEDLL | ( | dll | ) | FreeLibrary((HMODULE)dll) |
Definition at line 7 of file Module.cpp.
#define LOADDLL | ( | file | ) | (HMODULE)LoadLibrary(file) |
Definition at line 5 of file Module.cpp.
#define LOADFUNC | ( | dll, | ||
name | ||||
) | GetProcAddress((HMODULE)dll, name) |
Definition at line 6 of file Module.cpp.