fix a minor problem
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@910 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,6 +27,14 @@
|
|||||||
#ifndef _SUPPORT_DEFS_H
|
#ifndef _SUPPORT_DEFS_H
|
||||||
#define _SUPPORT_DEFS_H
|
#define _SUPPORT_DEFS_H
|
||||||
|
|
||||||
|
/* this !must! be located before the include of sys/types.h */
|
||||||
|
#ifndef _SYS_TYPES_H
|
||||||
|
typedef unsigned long ulong;
|
||||||
|
typedef unsigned int uint;
|
||||||
|
typedef unsigned short ushort;
|
||||||
|
#endif // _SYS_TYPES_H
|
||||||
|
|
||||||
|
|
||||||
// Standard Includes -----------------------------------------------------------
|
// Standard Includes -----------------------------------------------------------
|
||||||
|
|
||||||
// System Includes -------------------------------------------------------------
|
// System Includes -------------------------------------------------------------
|
||||||
@@ -42,13 +50,6 @@
|
|||||||
|
|
||||||
// Globals ---------------------------------------------------------------------
|
// Globals ---------------------------------------------------------------------
|
||||||
|
|
||||||
#ifndef _SYS_TYPES_H
|
|
||||||
typedef unsigned long ulong;
|
|
||||||
typedef unsigned int uint;
|
|
||||||
typedef unsigned short ushort;
|
|
||||||
#endif // _SYS_TYPES_H
|
|
||||||
|
|
||||||
|
|
||||||
// Shorthand type formats ------------------------------------------------------
|
// Shorthand type formats ------------------------------------------------------
|
||||||
|
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
|
|||||||
Reference in New Issue
Block a user