#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 , 23 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
comment:3 by , 6 years ago
Component: | → Port: BeOS |
---|
Note:
See TracTickets
for help on using tickets.
Done, thanks.