Changed __ZETA__ to B_BEOS_VERSION_DANO as suggested by Axel.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2007-05-02 15:46:25 +00:00
parent 8dcb250c8a
commit ce3a2228e7
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ GraphicsDriver::setupData(BFile *spool_file)
return true;
}
#ifndef __ZETA__
#ifndef B_BEOS_VERSION_DANO
print_file_header pfh;
#else
BPrintJob::print_file_header pfh;

View File

@ -104,7 +104,7 @@ PrintJobReader::PrintJobReader(BFile* jobFile)
, fNumberOfPages(-1)
, fPageIndex(NULL)
{
#ifndef __ZETA__
#ifndef B_BEOS_VERSION_DANO
print_file_header header;
#else
BPrintJob::print_file_header header;

View File

@ -103,7 +103,7 @@ static bool InList(const char* list[], const char* name) {
void AddFields(BMessage* to, const BMessage* from, const char* excludeList[], const char* includeList[], bool overwrite) {
if (to == from) return;
#ifndef __ZETA__
#ifndef B_BEOS_VERSION_DANO
char* name;
#else
const char* name;