Renamed headers/build/config to headers/build/config_build, so it doesn't
shadow the host platform's <config/...> headers anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34271 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
* Copyright 2009, Haiku, Inc. All Rights Reserved.
|
* Copyright 2009, Haiku, Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _CONFIG_TYPES_H
|
#ifndef _CONFIG_BUILD_TYPES_H
|
||||||
#define _CONFIG_TYPES_H
|
#define _CONFIG_BUILD_TYPES_H
|
||||||
|
|
||||||
|
|
||||||
#include <config/HaikuConfig.h>
|
#include <config_build/HaikuConfig.h>
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ typedef __haiku_std_uint64 __haiku_uint64;
|
|||||||
#define __HAIKU_SADDR_MIN (-__HAIKU_SADDR_MAX-1)
|
#define __HAIKU_SADDR_MIN (-__HAIKU_SADDR_MAX-1)
|
||||||
|
|
||||||
|
|
||||||
#endif /* _CONFIG_TYPES_H */
|
#endif /* _CONFIG_BUILD_TYPES_H */
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
#define _BE_BUILD_H
|
#define _BE_BUILD_H
|
||||||
|
|
||||||
|
|
||||||
#include <config/HaikuConfig.h>
|
#include <config_build/HaikuConfig.h>
|
||||||
|
|
||||||
|
|
||||||
#define B_BEOS_VERSION_4 0x0400
|
#define B_BEOS_VERSION_4 0x0400
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#define _SUPPORT_DEFS_H
|
#define _SUPPORT_DEFS_H
|
||||||
|
|
||||||
|
|
||||||
#include <config/types.h>
|
#include <config_build/types.h>
|
||||||
|
|
||||||
#include <BeBuild.h>
|
#include <BeBuild.h>
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user