Tidied win32 stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-05-11 09:21:38 +00:00
parent e45bba803d
commit a1aa99475c
16 changed files with 104 additions and 51 deletions

View file

@ -514,7 +514,7 @@ extern char *objc_find_executable(const char *name);
#if HAVE_SETPGRP
setpgrp();
#else
#if defined(__WIN32__) || defined(_WIN32)
#if defined(__WIN32__)
pid = (int)GetCurrentProcessId(),
#else
pid = (int)getpid();