mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix error in declaration on mingw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab05881864
commit
771bca1872
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ static void GSLogZombie(id o, SEL sel)
|
|||
|
||||
#undef InterlockedIncrement
|
||||
#undef InterlockedDecrement
|
||||
extern LONG InterlockedIncrement(LONG volatile *val);
|
||||
extern LONG InterlockedDecrement(LONG volatile *val);
|
||||
LONG WINAPI InterlockedIncrement(LONG volatile *);
|
||||
LONG WINAPI InterlockedDecrement(LONG volatile *);
|
||||
|
||||
/* Set up atomic read, increment and decrement for mswindows
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue