Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#7949 closed patch

BeOS compilation patches

Reported by: SF/kreeblah Owned by: SF/ender
Priority: normal Component: Port: BeOS
Version: Keywords:
Cc: Game:

Description

Since my browser's having problems attatching files, I'll just copy/paste the very small diff files here. As BeOS's gcc port automatically defines __BEOS__ I changed all the BEOS define references to __BEOS__ Here's the diff for gameDetector.cpp:

452c452 < #if defined(UNIX) && !defined(BEOS) --- > #if defined(UNIX) && !defined(__BEOS__)

And here's the one for sound/mididrv.cpp:

350c350 < #if defined(UNIX) && !defined(BEOS) --- > #if defined(UNIX) && !defined(__BEOS__)

Ticket imported from: #546874. Ticket imported from: patches/54.

Change History (3)

comment:1 by SF/ender, 22 years ago

Owner: set to SF/ender
Status: newclosed

comment:2 by SF/ender, 22 years ago

Done, thanks.

comment:3 by digitall, 5 years ago

Component: Port: BeOS
Note: See TracTickets for help on using tickets.