Merge in changes from NET-Community.

Add DLL support on Windows platforms.
Numerous minor bug fixes related to Windows platforms.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netc 1997-09-13 17:52:31 +00:00
parent aa0e1c2375
commit 2b06ef4c58
48 changed files with 2409 additions and 697 deletions

View file

@ -63,7 +63,7 @@
+ (NSTimeInterval) timeIntervalSinceReferenceDate
{
#ifndef __WIN32__
#if !defined(__WIN32__) && !defined(_WIN32)
volatile NSTimeInterval interval;
struct timeval tp;