14#define _CRT_ENABLE_OBSOLETE_LOADLIBRARY_FUNCTIONS
43 char*
const procedure_name,
47 HMODULE const module_handle =
reinterpret_cast<HMODULE>(module_handle_value);
48 if (procedure_name ==
nullptr)
52 char*
const ordinal_as_string =
reinterpret_cast<char*
>(ordinal);
59 if (ordinal ==
static_cast<intptr_t>(-1))
#define GetProcAddress(x, y)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
int(__cdecl * proc_address_type)()
DECLSPEC_GUARD_SUPPRESS proc_address_type __cdecl _getdllprocaddr(intptr_t const module_handle_value, char *const procedure_name, intptr_t const ordinal)
#define DECLSPEC_GUARD_SUPPRESS