From 1ce9b0cb59525cee96af4e8838b152ec7261bf33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 1 Nov 2005 12:44:40 +0000 Subject: [PATCH] fix build of rc under ZETA git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14613 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/rc/decompile.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/rc/decompile.cpp b/src/tools/rc/decompile.cpp index 4603c900e5..ad6453d3d9 100644 --- a/src/tools/rc/decompile.cpp +++ b/src/tools/rc/decompile.cpp @@ -554,7 +554,11 @@ write_fields(BMessage &msg) int32 t = 0; int32 item = 0; +#ifdef B_BEOS_VERSION_DANO + const char *name; +#else char *name; +#endif type_code type; int32 count; const void *data;