mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
e45bba803d
commit
a1aa99475c
16 changed files with 104 additions and 51 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSCharacterSet.h>
|
||||
#include <Foundation/NSScanner.h>
|
||||
#include <base/preface.h>
|
||||
#include <base/behavior.h>
|
||||
#include <base/fast.x>
|
||||
#ifndef __WIN32__
|
||||
|
@ -109,7 +110,7 @@ otherTime(NSDate* other)
|
|||
NSTimeInterval
|
||||
GSTimeNow()
|
||||
{
|
||||
#if !defined(__WIN32__) && !defined(_WIN32)
|
||||
#if !defined(__WIN32__)
|
||||
volatile NSTimeInterval interval;
|
||||
struct timeval tp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue