6#ifndef _WSTRING_DEFINED
7#define _WSTRING_DEFINED
16#ifndef _CRT_MEMORY_DEFINED
17#define _CRT_MEMORY_DEFINED
80extern "C++" inline wchar_t*
wcstok(
wchar_t*
str,
const wchar_t *delim) {
return wcstok(
str, delim,
NULL); }
81# elif defined(_CRT_NON_CONFORMING_WCSTOK)
82# define wcstok _wcstok
86# define _wcstok wcstok
#define __WINE_DEALLOC(...)
_ACRTIMP int __cdecl _memicmp(const void *, const void *, size_t)
_ACRTIMP errno_t __cdecl wcscat_s(wchar_t *, size_t, const wchar_t *)
_ACRTIMP wchar_t *__cdecl wcspbrk(const wchar_t *, const wchar_t *)
static void * memccpy(void *s1, const void *s2, int c, size_t n)
_ACRTIMP errno_t __cdecl _wcsupr_s(wchar_t *, size_t)
_ACRTIMP int __cdecl _wcsnicoll_l(const wchar_t *, const wchar_t *, size_t, _locale_t)
_ACRTIMP size_t __cdecl wcsspn(const wchar_t *, const wchar_t *)
_ACRTIMP wchar_t *__cdecl wcstok_s(wchar_t *, const wchar_t *, wchar_t **)
_ACRTIMP int __cdecl _wcscoll_l(const wchar_t *, const wchar_t *, _locale_t)
_ACRTIMP int __cdecl _wcsicmp(const wchar_t *, const wchar_t *)
_ACRTIMP errno_t __cdecl _wcslwr_s(wchar_t *, size_t)
static int memicmp(const void *s1, const void *s2, size_t len)
_ACRTIMP int __cdecl _wcsncoll_l(const wchar_t *, const wchar_t *, size_t, _locale_t)
_ACRTIMP int __cdecl _wcsicoll(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl _wcsicoll_l(const wchar_t *, const wchar_t *, _locale_t)
_ACRTIMP int __cdecl _wcsicmp_l(const wchar_t *, const wchar_t *, _locale_t)
_ACRTIMP int __cdecl _wcsncoll(const wchar_t *, const wchar_t *, size_t)
_ACRTIMP size_t __cdecl wcslen(const wchar_t *)
_ACRTIMP errno_t __cdecl memcpy_s(void *, size_t, const void *, size_t)
_ACRTIMP int __cdecl wcscmp(const wchar_t *, const wchar_t *)
_ACRTIMP size_t __cdecl wcsxfrm(wchar_t *, const wchar_t *, size_t)
_ACRTIMP size_t __cdecl _wcsnlen(const wchar_t *, size_t)
_ACRTIMP wchar_t *__cdecl _wcsrev(wchar_t *)
_ACRTIMP size_t __cdecl wcscspn(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl memcmp(const void *, const void *, size_t)
_ACRTIMP wchar_t *__cdecl wcsstr(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl _wcsnicoll(const wchar_t *, const wchar_t *, size_t)
_ACRTIMP size_t __cdecl wcsnlen(const wchar_t *, size_t)
_ACRTIMP wchar_t *__cdecl wcstok(wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl wcscoll(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl wcsncmp(const wchar_t *, const wchar_t *, size_t)
_ACRTIMP size_t __cdecl _wcsxfrm_l(wchar_t *, const wchar_t *, size_t, _locale_t)
_ACRTIMP void *__cdecl _memccpy(void *, const void *, int, size_t)
_ACRTIMP int __cdecl _wcsnicmp(const wchar_t *, const wchar_t *, size_t)
_ACRTIMP wchar_t *__cdecl _wcsdup(const wchar_t *) __WINE_DEALLOC(free) __WINE_MALLOC
_ACRTIMP int __cdecl _memicmp_l(const void *, const void *, size_t, _locale_t)
#define memcpy(s1, s2, n)
#define memmove(s1, s2, n)
#define wcscpy_s(d, l, s)
#define wcsncpy_s(d, l, s, n)