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:
parent
8dcb250c8a
commit
ce3a2228e7
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user