Moved StorageDefs.Private.h to the public headers. Strange, but it is needed by them.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@21 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
//----------------------------------------------------------------------
|
||||
// This software is part of the OpenBeOS distribution and is covered
|
||||
// by the OpenBeOS license.
|
||||
//---------------------------------------------------------------------
|
||||
/*!
|
||||
\file StorageDefs.Private.h
|
||||
Private Storage Kit declarations needed in public headers.
|
||||
*/
|
||||
|
||||
#ifndef __sk_def_storage_private_h__
|
||||
#define __sk_def_storage_private_h__
|
||||
|
||||
namespace StorageKit {
|
||||
typedef int FileDescriptor;
|
||||
};
|
||||
|
||||
#endif // __sk_def_storage_private_h__
|
||||
Reference in New Issue
Block a user