|
Pyrogenesis
13997
|
#include "precompiled.h"#include "lib/sysdep/os/win/wposix/wdlfcn.h"#include "lib/sysdep/os/win/wposix/wposix_internal.h"Go to the source code of this file.
Functions | |
| static HMODULE | HMODULE_from_void (void *handle) |
| static void * | void_from_HMODULE (HMODULE hModule) |
| int | dlclose (void *handle) |
| char * | dlerror () |
| void * | dlopen (const char *so_name, int flags) |
| void * | dlsym (void *handle, const char *sym_name) |
| int dlclose | ( | void * | handle | ) |
Definition at line 40 of file wdlfcn.cpp.
| char* dlerror | ( | ) |
Definition at line 47 of file wdlfcn.cpp.
| void* dlopen | ( | const char * | so_name, |
| int | flags | ||
| ) |
Definition at line 64 of file wdlfcn.cpp.
| void* dlsym | ( | void * | handle, |
| const char * | sym_name | ||
| ) |
Definition at line 74 of file wdlfcn.cpp.
|
static |
Definition at line 29 of file wdlfcn.cpp.
|
static |
Definition at line 34 of file wdlfcn.cpp.
1.8.5