[APITESTS]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 22 Sep 2013 19:07:35 +0000 (19:07 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 22 Sep 2013 19:07:35 +0000 (19:07 +0000)
commitfe6644f895a9b337a6171568766130a8b0f2db4d
treeb78d8b3b34365bd668d6b24360f6cf99963e767a
parente8b55a9f69fb9f471025ac3f458e20566d24c615
[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
41 files changed:
rostests/apitests/advapi32/SaferIdentifyLevel.c
rostests/apitests/crt/_vsnprintf.c
rostests/apitests/crt/_vsnwprintf.c
rostests/apitests/crt/sprintf.c
rostests/apitests/gdi32/AddFontResourceEx.c
rostests/apitests/gdi32/CreateDIBitmap.c
rostests/apitests/gdi32/GetObject.c
rostests/apitests/gdi32/SelectObject.c
rostests/apitests/gdi32/SetBrushOrgEx.c
rostests/apitests/include/apitest.h
rostests/apitests/ntdll/LdrEnumResources.c
rostests/apitests/ntdll/NtAllocateVirtualMemory.c
rostests/apitests/ntdll/NtFreeVirtualMemory.c
rostests/apitests/ntdll/NtMapViewOfSection.c
rostests/apitests/ntdll/NtProtectVirtualMemory.c
rostests/apitests/ntdll/NtQuerySystemEnvironmentValue.c
rostests/apitests/ntdll/RtlBitmap.c
rostests/apitests/ntdll/RtlDetermineDosPathNameType.c
rostests/apitests/ntdll/RtlDoesFileExists.c
rostests/apitests/ntdll/RtlDosPathNameToNtPathName_U.c
rostests/apitests/ntdll/RtlDosSearchPath_U.c
rostests/apitests/ntdll/RtlDosSearchPath_Ustr.c
rostests/apitests/ntdll/RtlGetFullPathName_U.c
rostests/apitests/ntdll/RtlGetFullPathName_Ustr.c
rostests/apitests/ntdll/RtlGetFullPathName_UstrEx.c
rostests/apitests/ntdll/RtlGetLongestNtPathLength.c
rostests/apitests/ntdll/RtlInitializeBitMap.c
rostests/apitests/ntdll/SystemInfo.c
rostests/apitests/ntdll/Timer.c
rostests/apitests/ntdll/ZwContinue.c
rostests/apitests/ntdll/sprintf.c
rostests/apitests/ntdll/testlist.c
rostests/apitests/powrprof/CMakeLists.txt
rostests/apitests/powrprof/power.c
rostests/apitests/powrprof/testlist.c
rostests/apitests/ws2_32/WSAStartup.c
rostests/apitests/ws2_32/getaddrinfo.c
rostests/apitests/ws2_32/helpers.c
rostests/apitests/ws2_32/ioctlsocket.c
rostests/apitests/ws2_32/recv.c
rostests/apitests/ws2_32/testlist.c