Upgraded to latest COLLADA-DOM 1.2.0, see http://sourceforge.net/project/showfiles.php?group_id=157838
November 13, 2006 Re-applied the 'INF' fix for constraint limits.
This commit is contained in:
@@ -11,21 +11,22 @@
|
||||
* License.
|
||||
*/
|
||||
|
||||
#ifndef __DAE_WIN32_PLATFORM_H__
|
||||
#define __DAE_WIN32_PLATFORM_H__
|
||||
#ifndef __DAE_GENERIC_PLATFORM_H__
|
||||
#define __DAE_GENERIC_PLATFORM_H__
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#define PLATFORM_INT8 char
|
||||
#define PLATFORM_INT16 short
|
||||
#define PLATFORM_INT32 int
|
||||
#define PLATFORM_INT64 long
|
||||
#define PLATFORM_INT128 long long
|
||||
#define PLATFORM_INT64 long long
|
||||
#define PLATFORM_UINT8 unsigned char
|
||||
#define PLATFORM_UINT16 unsigned short
|
||||
#define PLATFORM_UINT32 unsigned int
|
||||
#define PLATFORM_UINT64 unsigned long
|
||||
#define PLATFORM_UINT128 unsigned long long
|
||||
#define PLATFORM_UINT64 unsigned long long
|
||||
#define PLATFORM_FLOAT32 float
|
||||
#define PLATFORM_FLOAT64 double
|
||||
|
||||
#define DLLSPEC
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user