mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
generalize define from __MINGW32__ to __MINGW__
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97653c21a2
commit
f784646663
51 changed files with 404 additions and 350 deletions
|
@ -99,7 +99,7 @@ static int
|
|||
objc_initialize_loading(FILE *errorStream)
|
||||
{
|
||||
NSString *path;
|
||||
#ifdef __MINGW32__
|
||||
#ifdef __MINGW__
|
||||
const unichar *fsPath;
|
||||
#else
|
||||
const char *fsPath;
|
||||
|
@ -142,7 +142,7 @@ objc_load_callback(Class class, struct objc_category * category)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#if defined(__MINGW__)
|
||||
#define FSCHAR unichar
|
||||
#else
|
||||
#define FSCHAR char
|
||||
|
@ -252,7 +252,7 @@ GSPrivateUnloadModule(FILE *errorStream,
|
|||
}
|
||||
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#ifdef __MINGW__
|
||||
NSString *
|
||||
GSPrivateSymbolPath(Class theClass, Category *theCategory)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue