Am Sonntag 16 August 2009 23:27:54 schrieb ML:
> I have:
>
> #if TARGET_OS_MAC
>       typedef unsigned char                                                   
> UInt8;
>       typedef signed char                                                     
> SInt8;
>       typedef unsigned short                                          UInt16;
>       typedef signed short                                                    
> SInt16;
>       typedef unsigned long                                                   
> UInt32;
>       typedef signed long                                                     
> SInt32;
> #endif // TARGET_OS_MAC

Is there any reason not to use the standard types from C99 like uint8_t, 
int8_t, uint16_t, int16_t, ....

HS

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to