[APITESTS]

- No need now to declare a NTSTATUS ExceptionStatus; variable to be able to use StartSeh() / EndSeh() macros; this is done automagically.
- Use explicitely unicode macros where it's needed.

svn path=/trunk/; revision=60319
This commit is contained in:
Hermès Bélusca-Maïto 2013-09-22 19:07:35 +00:00
parent e8b55a9f69
commit fe6644f895
41 changed files with 107 additions and 172 deletions

View file

@ -5,8 +5,9 @@
* PROGRAMMER: Hermès BÉLUSCA - MAÏTO <hermes.belusca@sfr.fr>
*/
#include <apitest.h>
#define WIN32_NO_STATUS
#include <wine/test.h>
#include <ndk/setypes.h>
#include <ndk/rtlfuncs.h>
#include <ndk/exfuncs.h>