#include "dlfcn.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
static int copy_string |
( |
char * |
dest, |
|
|
int |
dest_size, |
|
|
const char * |
src |
|
) |
| |
|
static |
int dlclose |
( |
void * |
handle | ) |
|
void* dlopen |
( |
const char * |
file, |
|
|
int |
mode |
|
) |
| |
void* dlsym |
( |
void * |
handle, |
|
|
const char * |
name |
|
) |
| |
static void global_add |
( |
HMODULE |
hModule | ) |
|
|
static |
static void global_rem |
( |
HMODULE |
hModule | ) |
|
|
static |
static void save_err_ptr_str |
( |
const void * |
ptr | ) |
|
|
static |
static void save_err_str |
( |
const char * |
str | ) |
|
|
static |