sync with trunk r46493
[reactos.git] / dll / win32 / kernel32 / misc / dllmain.c
index a828f72..02199f9 100644 (file)
@@ -402,6 +402,12 @@ DllMain(HANDLE hDll,
     return TRUE;
 }
 
+#undef InterlockedIncrement
+#undef InterlockedDecrement
+#undef InterlockedExchange
+#undef InterlockedExchangeAdd
+#undef InterlockedCompareExchange
+
 LONG
 WINAPI
 InterlockedIncrement(IN OUT LONG volatile *lpAddend)