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:
Richard Frith-MacDonald 2007-03-05 16:13:06 +00:00
parent ab05881864
commit 771bca1872

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