#include <windows.h>
#include <stdlib.h>
#include "ltdl_win32.h"
Go to the source code of this file.
Functions | |
void | lt_dlinit (void) |
void | lt_dlexit (void) |
lt_dlhandle | lt_dlopenext (char *dllname) |
const char * | lt_dlerror () |
void * | lt_dlsym (lt_dlhandle dlhandle, const char *symbol) |
int | lt_dlmakeresident (lt_dlhandle handle) |
Variables | |
lt_dlhandle | lastHandle = NULL |
char | errortext [512] |
const char* lt_dlerror | ( | ) |
Definition at line 83 of file ltdl_win32.c.
void lt_dlexit | ( | void | ) |
Definition at line 45 of file ltdl_win32.c.
void lt_dlinit | ( | void | ) |
Definition at line 38 of file ltdl_win32.c.
int lt_dlmakeresident | ( | lt_dlhandle | handle | ) |
Definition at line 116 of file ltdl_win32.c.
lt_dlhandle lt_dlopenext | ( | char * | dllname | ) |
Definition at line 63 of file ltdl_win32.c.
void* lt_dlsym | ( | lt_dlhandle | dlhandle, | |
const char * | symbol | |||
) |
Definition at line 92 of file ltdl_win32.c.
char errortext[512] |
Definition at line 34 of file ltdl_win32.c.
lt_dlhandle lastHandle = NULL |
Definition at line 31 of file ltdl_win32.c.