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:
rfm 2007-03-05 16:13:06 +00:00
parent 1b933b6333
commit 18ce09000d

View file

@ -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
*/