mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
disable broken mingw environment stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21957 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d291e54f3b
commit
99fe141f56
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ _gnu_process_args(int argc, char *argv[], char *env[])
|
|||
NSMutableArray *keys = [NSMutableArray new];
|
||||
NSMutableArray *values = [NSMutableArray new];
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#if 0 && defined(__MINGW32__)
|
||||
unichar *base;
|
||||
|
||||
base = (unichar*)GetEnvironmentStringsW();
|
||||
|
|
Loading…
Reference in a new issue