ReactOS 0.4.16-dev-306-g647d351
|
#include <wine/test.h>
#include <stdio.h>
#include <tchar.h>
#include <pseh/pseh2.h>
#include <ndk/mmfuncs.h>
#include <ndk/rtlfuncs.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | StartSeh() ExceptionStatus = STATUS_SUCCESS; _SEH2_TRY { |
#define | EndSeh(ExpectedStatus) } _SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER) { ExceptionStatus = _SEH2_GetExceptionCode(); } _SEH2_END; ok(ExceptionStatus == ExpectedStatus, "Exception %lx, expected %lx\n", ExceptionStatus, ExpectedStatus) |
#define | broken(x) 0 |
Functions | |
START_TEST (_sntprintf) | |
Definition at line 21 of file _sntprintf.h.
#define EndSeh | ( | ExpectedStatus | ) | } _SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER) { ExceptionStatus = _SEH2_GetExceptionCode(); } _SEH2_END; ok(ExceptionStatus == ExpectedStatus, "Exception %lx, expected %lx\n", ExceptionStatus, ExpectedStatus) |
Definition at line 17 of file _sntprintf.h.
#define StartSeh | ( | ) | ExceptionStatus = STATUS_SUCCESS; _SEH2_TRY { |
Definition at line 16 of file _sntprintf.h.
#define WIN32_NO_STATUS |
Definition at line 8 of file _sntprintf.h.
START_TEST | ( | _sntprintf | ) |
Definition at line 23 of file _sntprintf.h.