fix build of rc under ZETA
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14613 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -554,7 +554,11 @@ write_fields(BMessage &msg)
|
|||||||
int32 t = 0;
|
int32 t = 0;
|
||||||
int32 item = 0;
|
int32 item = 0;
|
||||||
|
|
||||||
|
#ifdef B_BEOS_VERSION_DANO
|
||||||
|
const char *name;
|
||||||
|
#else
|
||||||
char *name;
|
char *name;
|
||||||
|
#endif
|
||||||
type_code type;
|
type_code type;
|
||||||
int32 count;
|
int32 count;
|
||||||
const void *data;
|
const void *data;
|
||||||
|
|||||||
Reference in New Issue
Block a user