* lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count since

we now declare it as __cdecl.
	(InterlockedIncrement): Ditto.
	(InterlockedExchange): Ditto.
This commit is contained in:
Earnie Boyd 2012-08-08 20:28:26 +00:00
parent b35bb085d8
commit cc02df1286
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2012-08-08 Earnie Boyd <earnie@users.sourceforge.net>
* lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count since
we now declare it as __cdecl.
(InterlockedIncrement): Ditto.
(InterlockedExchange): Ditto.
2012-08-06 Earnie Boyd <earnie@users.sourceforge.net> 2012-08-06 Earnie Boyd <earnie@users.sourceforge.net>
* include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier() * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()

View File

@ -749,11 +749,11 @@ InitializeSListHead@4
InitializeSRWLock@4 InitializeSRWLock@4
InterlockedCompareExchange64@20 InterlockedCompareExchange64@20
InterlockedCompareExchange@12 InterlockedCompareExchange@12
InterlockedDecrement@4 InterlockedDecrement
InterlockedExchange@8 InterlockedExchange
InterlockedExchangeAdd@8 InterlockedExchangeAdd@8
InterlockedFlushSList@4 InterlockedFlushSList@4
InterlockedIncrement@4 InterlockedIncrement
InterlockedPopEntrySList@4 InterlockedPopEntrySList@4
InterlockedPushEntrySList@8 InterlockedPushEntrySList@8
InvalidateConsoleDIBits@8 InvalidateConsoleDIBits@8