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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __ZETA__
|
#ifndef B_BEOS_VERSION_DANO
|
||||||
print_file_header pfh;
|
print_file_header pfh;
|
||||||
#else
|
#else
|
||||||
BPrintJob::print_file_header pfh;
|
BPrintJob::print_file_header pfh;
|
||||||
|
@ -104,7 +104,7 @@ PrintJobReader::PrintJobReader(BFile* jobFile)
|
|||||||
, fNumberOfPages(-1)
|
, fNumberOfPages(-1)
|
||||||
, fPageIndex(NULL)
|
, fPageIndex(NULL)
|
||||||
{
|
{
|
||||||
#ifndef __ZETA__
|
#ifndef B_BEOS_VERSION_DANO
|
||||||
print_file_header header;
|
print_file_header header;
|
||||||
#else
|
#else
|
||||||
BPrintJob::print_file_header header;
|
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) {
|
void AddFields(BMessage* to, const BMessage* from, const char* excludeList[], const char* includeList[], bool overwrite) {
|
||||||
if (to == from) return;
|
if (to == from) return;
|
||||||
#ifndef __ZETA__
|
#ifndef B_BEOS_VERSION_DANO
|
||||||
char* name;
|
char* name;
|
||||||
#else
|
#else
|
||||||
const char* name;
|
const char* name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user