mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Make usage of defines more consistent
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21792 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e6e40a43f
commit
e2567a7edc
12 changed files with 78 additions and 62 deletions
|
@ -955,7 +955,7 @@ extern IMP wRetImp;
|
|||
{
|
||||
when = min_watcher->_date;
|
||||
}
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__MINGW__)
|
||||
// if there are handler for win32 messages
|
||||
else if (context->msgTarget != nil)
|
||||
{
|
||||
|
@ -1007,7 +1007,7 @@ extern IMP wRetImp;
|
|||
|
||||
if ((context == nil || (watchers = context->watchers) == 0
|
||||
|| (i = GSIArrayCount(watchers)) == 0)
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__MINGW__)
|
||||
// there are inputs for win32 messages
|
||||
&& context->msgTarget == 0)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue