11#define ok_longlong(expression, result) do { \
12 long long _value = (expression); \
13 ok(_value == (result), "Wrong value for '%s', expected: " #result " (0x%llx), got: 0x%llx\n", \
14 #expression, (long long)(result), _value); \
109 n2 =
n1 = 0xDEADFACE;
120 n2 =
n1 = 0xDEADFACE;
131 n2 =
n1 = 0xDEADFACE;
142 n2 =
n1 = 0xDEADFACE;
153 n2 =
n1 = 0xDEADFACE;
164 n2 =
n1 = 0xDEADFACE;
175 n2 =
n1 = 0xDEADFACE;
static VOID TEST_StrToIntA(VOID)
static VOID TEST_StrToIntW(VOID)
#define ok_longlong(expression, result)
#define ok_int(expression, result)
INT WINAPI StrToIntW(LPCWSTR lpString)
INT WINAPI StrToIntA(LPCSTR lpszStr)
BOOL WINAPI StrToIntExW(const WCHAR *str, DWORD flags, INT *ret)
BOOL WINAPI StrToIntExA(const char *str, DWORD flags, INT *ret)
BOOL WINAPI StrToInt64ExA(const char *str, DWORD flags, LONGLONG *ret)
BOOL WINAPI StrToInt64ExW(const WCHAR *str, DWORD flags, LONGLONG *ret)