ReactOS 0.4.16-dev-297-gc569aee
|
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <ctype.h>
#include <fcntl.h>
#include <limits.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "windef.h"
#include "winbase.h"
#include "wine/library.h"
Go to the source code of this file.
Macros | |
#define | NONAMELESSUNION |
#define | NONAMELESSSTRUCT |
Functions | |
void * | wine_dlsym (void *handle, const char *symbol, char *error, size_t errorsize) |
void * | wine_dlopen (const char *filename, int flag, char *error, size_t errorsize) |
int | wine_dlclose (void *handle, char *error, size_t errorsize) |
Definition at line 58 of file loader.c.
Referenced by DllMain(), wined3d_dxtn_free(), and wined3d_dxtn_init().
Definition at line 53 of file loader.c.
Referenced by ODBC_LoadDriverManager(), and wined3d_dxtn_init().