36#ifndef __WINE_MSVCRT_H
37#define __WINE_MSVCRT_H
47extern const unsigned short _ctype [257];
63#define _IOYOURBUF 0x0100
64#define _IOAPPEND 0x0200
65#define _IOSETVBUF 0x0400
67#define _IOFLRTN 0x1000
68#define _IOCTRLZ 0x2000
69#define _IOCOMMIT 0x4000
70#define _IOFREE 0x10000
103#define MSVCRT__WRITE_ABORT_MSG 1
104#define MSVCRT__CALL_REPORTFAULT 2
106#define MSVCRT_LC_ALL LC_ALL
107#define MSVCRT_LC_COLLATE LC_COLLATE
108#define MSVCRT_LC_CTYPE LC_CTYPE
109#define MSVCRT_LC_MONETARY LC_MONETARY
110#define MSVCRT_LC_NUMERIC LC_NUMERIC
111#define MSVCRT_LC_TIME LC_TIME
112#define MSVCRT_LC_MIN LC_MIN
113#define MSVCRT_LC_MAX LC_MAX
115#define MSVCRT__OUT_TO_DEFAULT 0
116#define MSVCRT__OUT_TO_STDERR 1
117#define MSVCRT__OUT_TO_MSGBOX 2
118#define MSVCRT__REPORT_ERRMODE 3
123#define UNDNAME_COMPLETE (0x0000)
124#define UNDNAME_NO_LEADING_UNDERSCORES (0x0001)
125#define UNDNAME_NO_MS_KEYWORDS (0x0002)
126#define UNDNAME_NO_FUNCTION_RETURNS (0x0004)
127#define UNDNAME_NO_ALLOCATION_MODEL (0x0008)
128#define UNDNAME_NO_ALLOCATION_LANGUAGE (0x0010)
129#define UNDNAME_NO_MS_THISTYPE (0x0020)
130#define UNDNAME_NO_CV_THISTYPE (0x0040)
131#define UNDNAME_NO_THISTYPE (0x0060)
132#define UNDNAME_NO_ACCESS_SPECIFIERS (0x0080)
133#define UNDNAME_NO_THROW_SIGNATURES (0x0100)
134#define UNDNAME_NO_MEMBER_TYPE (0x0200)
135#define UNDNAME_NO_RETURN_UDT_MODEL (0x0400)
136#define UNDNAME_32_BIT_DECODE (0x0800)
137#define UNDNAME_NAME_ONLY (0x1000)
138#define UNDNAME_NO_ARGUMENTS (0x2000)
139#define UNDNAME_NO_SPECIAL_SYMS (0x4000)
140#define UNDNAME_NO_COMPLEX_TYPE (0x8000)
151#define MSVCRT_malloc malloc
152#define MSVCRT_free free
159 unsigned char wxflag;
ACPI_BUFFER *RetBuffer ACPI_BUFFER *RetBuffer char ACPI_WALK_RESOURCE_CALLBACK void *Context ACPI_BUFFER *RetBuffer UINT16 ACPI_RESOURCE **ResourcePtr ACPI_GENERIC_ADDRESS *Reg UINT32 *ReturnValue UINT8 UINT8 *Slp_TypB ACPI_PHYSICAL_ADDRESS PhysicalAddress64 UINT32 UINT32 *TimeElapsed UINT32 LineNumber
void(* __p_sig_fn_t)(int)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
static const WCHAR Message[]
void __cdecl _purecall(void)
void msvcrt_init_io(void)
void msvcrt_init_mt_locks(void)
void msvcrt_init_math(void)
void msvcrt_free_args(void)
void __cdecl MSVCRT_operator_delete(void *)
void *(__cdecl * malloc_func_t)(MSVCRT_size_t)
void msvcrt_free_mt_locks(void)
void msvcrt_free_io(void)
void msvcrt_free_signals(void)
BOOL msvcrt_init_locale(void)
void __cdecl _amsg_exit(int errnum)
void msvcrt_init_console(void)
void(__cdecl * free_func_t)(void *)
void msvcrt_init_args(void)
void msvcrt_init_signals(void)
void *__cdecl MSVCRT_operator_new(MSVCRT_size_t)
void msvcrt_free_console(void)
char *__cdecl __unDName(char *, const char *, int, malloc_func_t, free_func_t, unsigned short int)
struct _sig_element sig_element
void(* float_handler)(int, int)
char * _setlocale(int, const char *)
const unsigned short _ctype[257]
wchar_t ** SnapshotOfEnvironmentW(wchar_t **)
NTSYSAPI VOID NTAPI RtlAssert(PVOID FailedAssertion, PVOID FileName, ULONG LineNumber, PCHAR Message)
char ** SnapshotOfEnvironmentA(char **)
void msvcrt_free_popen_data(void)
unsigned int __lc_codepage
void _default_handler(int signal)
unsigned create_io_inherit_block(WORD *, BYTE **)
__declspec(noreturn) void __cdecl _amsg_exit(int errnum)