[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: KDE/kdelibs/win
From:       Ralf Habacker <ralf.habacker () freenet ! de>
Date:       2006-05-25 19:27:14
Message-ID: 44760512.5000005 () freenet ! de
[Download RAW message or body]

Paulo Moura Guedes schrieb:
> SVN commit 544665 by mojo:
> 
> Add sys/times.h and dependencies also to mingw.
> It's still needed to implement clock_t times(struct tms *) both for msvc and mingw. \
> I will see what can I do. 
> M  +1 -0      CMakeLists.txt  
> A             include/mingw/machine (directory)  
> A             include/mingw/machine/types.h   [License: LGPL (v2+)]
> 
Thanks for your contribution. Do you have checked that this types are 
not already there ?  Mingw's stdint.h already defines some of them
...
typedef signed char int8_t;
typedef unsigned char   uint8_t;
typedef short  int16_t;
typedef unsigned short  uint16_t;
typedef int  int32_t;
typedef unsigned   uint32_t;
typedef long long  int64_t;
typedef unsigned long long   uint64_t;

Regards
Ralf


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic