Since fsproto.h is now C++ safe, it must be correctly included.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7928 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a73b15dbce
commit
638d6f0330
@ -15,12 +15,13 @@
|
||||
Axel Dörfler, axeld@pinc-software.de
|
||||
*/
|
||||
|
||||
#include <fsproto.h>
|
||||
|
||||
extern "C" {
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
|
||||
#include <fsproto.h>
|
||||
#include "lock.h"
|
||||
#include "cache.h"
|
||||
}
|
||||
|
@ -10,13 +10,10 @@
|
||||
/*! \file Icb.h
|
||||
*/
|
||||
|
||||
extern "C" {
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
|
||||
#include <fsproto.h>
|
||||
}
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
#include <fsproto.h>
|
||||
|
||||
#include "kernel_cpp.h"
|
||||
#include "UdfDebug.h"
|
||||
|
@ -12,13 +12,10 @@
|
||||
Miscellaneous Udf utility functions.
|
||||
*/
|
||||
|
||||
extern "C" {
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
|
||||
#include <fsproto.h>
|
||||
}
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
#include <fsproto.h>
|
||||
|
||||
#include "UdfStructures.h"
|
||||
|
||||
|
@ -13,13 +13,10 @@
|
||||
*/
|
||||
|
||||
#include <KernelExport.h>
|
||||
extern "C" {
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
|
||||
#include <fsproto.h>
|
||||
}
|
||||
#ifndef _IMPEXP_KERNEL
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
#include <fsproto.h>
|
||||
|
||||
#include "kernel_cpp.h"
|
||||
#include "UdfDebug.h"
|
||||
|
@ -27,9 +27,7 @@
|
||||
# define _IMPEXP_KERNEL
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
#include <fsproto.h>
|
||||
} // end extern "C"
|
||||
#include <fsproto.h>
|
||||
|
||||
#if !_KERNEL_MODE
|
||||
# define dprintf printf
|
||||
|
Loading…
Reference in New Issue
Block a user