mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
added ifndef __APPLE__
This commit is contained in:
parent
baf11afd75
commit
b5f8664df2
@ -23,12 +23,18 @@
|
|||||||
|
|
||||||
#ifndef STDTYPEDEFS_H
|
#ifndef STDTYPEDEFS_H
|
||||||
#define STDTYPEDEFS_H
|
#define STDTYPEDEFS_H
|
||||||
|
#ifndef __APPLE__
|
||||||
typedef unsigned int size_t;
|
typedef unsigned int size_t;
|
||||||
typedef int off_t;
|
typedef int off_t;
|
||||||
typedef unsigned int time_t;
|
typedef unsigned int time_t;
|
||||||
typedef int ptrdiff_t;
|
|
||||||
typedef int clock_t;
|
typedef int clock_t;
|
||||||
|
|
||||||
|
struct FILE;
|
||||||
|
|
||||||
|
namespace std {
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
typedef int ptrdiff_t;
|
||||||
typedef int wchar_t;
|
typedef int wchar_t;
|
||||||
|
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
@ -38,10 +44,5 @@ typedef unsigned char uchar;
|
|||||||
|
|
||||||
#define NULL ((void *)0)
|
#define NULL ((void *)0)
|
||||||
|
|
||||||
struct FILE;
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user