From fb7369b5159e73fce10a0cc52c1c3b6dfba5f07d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 4 Sep 2001 18:19:33 +0000 Subject: * winbase.h: Add missing closing parentheses to InterlockedExchangePointer declaration. --- winsup/w32api/include/winbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api/include/winbase.h') diff --git a/winsup/w32api/include/winbase.h b/winsup/w32api/include/winbase.h index 86917e5f0..2892fd5fa 100644 --- a/winsup/w32api/include/winbase.h +++ b/winsup/w32api/include/winbase.h @@ -1319,7 +1319,7 @@ LONG WINAPI InterlockedDecrement(LPLONG); LONG WINAPI InterlockedExchange(LPLONG,LONG); /* PVOID WINAPI InterlockedExchangePointer(PVOID*,PVOID); */ #define InterlockedExchangePointer(t,v) \ - (PVOID)InterlockedExchange((LPLONG)(t),(LONG)(v) + (PVOID)InterlockedExchange((LPLONG)(t),(LONG)(v)) LONG WINAPI InterlockedExchangeAdd(PLONG,LONG); LONG WINAPI InterlockedIncrement(LPLONG); BOOL WINAPI IsBadCodePtr(FARPROC); -- cgit v1.2.3