mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Path fixes, etc, to work on MINGW.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
47eb44d12d
commit
4ae2035ea0
19 changed files with 209 additions and 93 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include "server.h"
|
||||
|
||||
#include "wgetopt.h"
|
||||
|
||||
@implementation Server
|
||||
|
||||
- (NSData*) authenticationDataForComponents: (NSMutableArray*)components
|
||||
|
@ -402,8 +404,10 @@ int main(int argc, char *argv[], char **env)
|
|||
id o = [[NSObject alloc] init];
|
||||
NSConnection *c;
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
#ifndef __MINGW__
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
#endif
|
||||
|
||||
[NSProcessInfo initializeWithArguments: argv count: argc environment: env];
|
||||
debug = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue