From 271aefcce0ebde39bc104daf342e1048727727d0 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 3 Mar 2009 21:43:47 +0000 Subject: '' --- ptw32_InterlockedCompareExchange.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ptw32_InterlockedCompareExchange.c') diff --git a/ptw32_InterlockedCompareExchange.c b/ptw32_InterlockedCompareExchange.c index be39cd4..fa4bea7 100644 --- a/ptw32_InterlockedCompareExchange.c +++ b/ptw32_InterlockedCompareExchange.c @@ -140,7 +140,8 @@ ptw32_InterlockedCompareExchange (PTW32_INTERLOCKED_LPLONG location, * unsupported processor or compiler. */ - result = 0; +#error Unsupported platform or compiler! +#endif #endif @@ -275,7 +276,8 @@ L1: MOV eax,dword ptr [ecx] * unsupported processor or compiler. */ - result = 0; +#error Unsupported platform or compiler! +#endif #endif -- cgit v1.2.3