Fixed header guard name.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14759 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-11-07 18:17:21 +00:00
parent d7467f6923
commit 64c51217b2

View File

@ -1,5 +1,5 @@
#ifndef HAIKU_BUILD_COMPATIBILITY_H
#define HAIKU_BUILD_COMPATIBILITY_H
#ifndef BEOS_BUILD_COMPATIBILITY_H
#define BEOS_BUILD_COMPATIBILITY_H
typedef unsigned long haiku_build_addr_t;
#define addr_t haiku_build_addr_t
@ -51,5 +51,5 @@ extern char *_haiku_build_strerror(int errnum);
} // extern "C"
#endif
#endif // HAIKU_BUILD_COMPATIBILITY_H
#endif // BEOS_BUILD_COMPATIBILITY_H