Fix Haiku build and warnings.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-02-01 03:27:09 +00:00
parent 6359dcf902
commit ef01092096
4 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -22,9 +22,9 @@
#include "BeThemeImporter.h"
#define DEBUG_BTI
#ifdef DEBUG_BTI
#define FENTRY PRINT(("BeThemeImporter[%s]::%s()\n", Name(), __FUNCTION__))
#define DEBUG_TI
#ifdef DEBUG_TI
#define FENTRY PRINT(("ThemeImporter[%s]::%s()\n", Name(), __FUNCTION__))
#else
#define FENTRY
#endif
+1 -1
View File
@@ -39,4 +39,4 @@ friend class Z::ThemeManager::ThemeManager;
using namespace Z::ThemeManager;
#endif /* _BE_THEME_IMPORTER_H */
#endif /* _BE_THEME_IMPORTER_H */
+1 -1
View File
@@ -50,4 +50,4 @@ friend class Z::ThemeManager::ThemeManager;
using namespace Z::ThemeManager;
#endif /* _THEME_IMPORTER_H */
#endif /* _THEME_IMPORTER_H */
+1
View File
@@ -2,6 +2,7 @@
#include <Bitmap.h>
#include <Box.h>
#include <DataIO.h>
#include <Debug.h>
#include <Entry.h>
#include <File.h>
#include <BeBuild.h>