Sync with trunk (r48123)
[reactos.git] / dll / win32 / kernel32 / misc / dllmain.c
index 5247b64..ae0ada2 100644 (file)
@@ -432,6 +432,7 @@ InterlockedDecrement(IN OUT LONG volatile *lpAddend)
     return _InterlockedDecrement(lpAddend);
 }
 
+#undef InterlockedExchange
 LONG
 WINAPI
 InterlockedExchange(IN OUT LONG volatile *Target,