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:
Richard Frith-Macdonald 2005-10-09 11:32:10 +00:00
parent 5e6e40a43f
commit e2567a7edc
12 changed files with 78 additions and 62 deletions

View file

@ -199,7 +199,7 @@ typedef enum {
- (void) getFds: (int*)fds count: (int*)count;
@end
#ifdef __MINGW32__
#if defined(__MINGW__)
/**
* Interface that add method to set target for win32 messages.<br />
*/