ReactOS 0.4.16-dev-527-gdad3a09
|
#include <stdarg.h>
#include <sys/types.h>
#include <stdint.h>
#include <windef.h>
#include <winbase.h>
Go to the source code of this file.
Classes | |
struct | __wine_ldt_copy |
Macros | |
#define | WINE_LDT_EXTERN extern |
#define | WINE_LDT_FLAGS_DATA 0x13 /* Data segment */ |
#define | WINE_LDT_FLAGS_STACK 0x17 /* Stack segment */ |
#define | WINE_LDT_FLAGS_CODE 0x1b /* Code segment */ |
#define | WINE_LDT_FLAGS_TYPE_MASK 0x1f /* Mask for segment type */ |
#define | WINE_LDT_FLAGS_32BIT 0x40 /* Segment is 32-bit (code or stack) */ |
#define | WINE_LDT_FLAGS_ALLOCATED 0x80 /* Segment is allocated (no longer free) */ |
#define | __DEFINE_GET_SEG(seg) inline static unsigned short wine_get_##seg(void) { return 0; } |
#define | __DEFINE_SET_SEG(seg) inline static void wine_set_##seg(int val) { /* nothing */ } |
Typedefs | |
typedef void(* | load_dll_callback_t) (void *, const char *) |
Variables | |
int | __wine_main_argc |
char ** | __wine_main_argv |
WCHAR ** | __wine_main_wargv |
char ** | __wine_main_environ |
const char *(* | __wine_dbgstr_an )(const char *s, int n) |
const char *(* | __wine_dbgstr_wn )(const WCHAR *s, int n) |
const char *(* | __wine_dbg_vsprintf )(const char *format, va_list args) |
int(* | __wine_dbg_vprintf )(const char *format, va_list args) |
int(* | __wine_dbg_vlog )(unsigned int cls, const char *channel, const char *function, const char *format, va_list args) |
WINE_LDT_EXTERN struct __wine_ldt_copy | wine_ldt_copy |
Definition at line 58 of file loader.c.
Referenced by DllMain(), wined3d_dxtn_free(), and wined3d_dxtn_init().
void * wine_dll_load_main_exe | ( | const char * | name, |
char * | error, | ||
int | errorsize, | ||
int | test_only, | ||
int * | file_exists | ||
) |
void wine_dll_set_callback | ( | load_dll_callback_t | load | ) |
Definition at line 53 of file loader.c.
Referenced by ODBC_LoadDriverManager(), and wined3d_dxtn_init().
Definition at line 30 of file config.c.
Referenced by get_mono_path().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
WINE_LDT_EXTERN struct __wine_ldt_copy wine_ldt_copy |
Referenced by MapSL().