21#ifndef __WINE_KERNELBASE_H
22#define __WINE_KERNELBASE_H
59#define HeapAlloc(heap, flags, size) RtlAllocateHeap(heap, flags, size)
60#define HeapReAlloc(heap, flags, ptr, size) RtlReAllocateHeap(heap, flags, ptr, size)
61#define HeapFree(heap, flags, ptr) RtlFreeHeap(heap, flags, ptr)
GLenum const GLfloat * params
NTSYSAPI ULONG WINAPI RtlNtStatusToDosError(NTSTATUS)
WCHAR * file_name_AtoW(LPCSTR name, BOOL alloc)
static BOOL set_ntstatus(NTSTATUS status)
static const BOOL is_win64
void init_global_data(void)
void init_locale(HMODULE module)
void init_startup_info(RTL_USER_PROCESS_PARAMETERS *params)
const WCHAR windows_dir[]
DWORD file_name_WtoA(LPCWSTR src, INT srclen, LPSTR dest, INT destlen)
static DWORD LPDWORD LPCSTR DWORD srclen