Made buildable under Dano.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-06-26 00:32:15 +00:00
parent 63dff3f9a3
commit 3899803680
2 changed files with 5 additions and 0 deletions
@@ -2,6 +2,7 @@
#include "MessageIO.h" #include "MessageIO.h"
#include <BeBuild.h>
#include <Debug.h> #include <Debug.h>
#include <cstdlib> #include <cstdlib>
@@ -118,6 +119,9 @@ void MessageIO::xmlExportContent(
typedef vector<BString> field_set; typedef vector<BString> field_set;
field_set fields; field_set fields;
#ifdef B_BEOS_VERSION_DANO
const
#endif
char* name; char* name;
type_code type; type_code type;
int32 count; int32 count;
@@ -15,6 +15,7 @@
#include <Messenger.h> #include <Messenger.h>
#include <Window.h> #include <Window.h>
class BFont;
class BTextControl; class BTextControl;
#include "cortex_defs.h" #include "cortex_defs.h"