Commit 8fd7c73a authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll/tests: Get rid of "defined but not used" warnings on non-x86(_64) platforms.

parent 499f32b3
...@@ -1695,6 +1695,7 @@ static void test_dynamic_unwind(void) ...@@ -1695,6 +1695,7 @@ static void test_dynamic_unwind(void)
#endif /* __x86_64__ */ #endif /* __x86_64__ */
#if defined(__i386__) || defined(__x86_64__)
static DWORD outputdebugstring_exceptions; static DWORD outputdebugstring_exceptions;
static LONG CALLBACK outputdebugstring_vectored_handler(EXCEPTION_POINTERS *ExceptionInfo) static LONG CALLBACK outputdebugstring_vectored_handler(EXCEPTION_POINTERS *ExceptionInfo)
...@@ -1787,6 +1788,7 @@ static void test_ripevent(DWORD numexc) ...@@ -1787,6 +1788,7 @@ static void test_ripevent(DWORD numexc)
pRtlRemoveVectoredExceptionHandler(vectored_handler); pRtlRemoveVectoredExceptionHandler(vectored_handler);
} }
#endif /* defined(__i386__) || defined(__x86_64__) */
START_TEST(exception) START_TEST(exception)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment