Use __APPLE__ compile switch for OS X
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 5 Jan 2014 10:47:18 +0000 (11:47 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 5 Jan 2014 10:51:30 +0000 (11:51 +0100)
commit5069483bf5f0fc22d9daf3a8a59d2e73251330cf
tree309eed53fc5adb2d9a2e3bd2191fd3bfd0b48090
parent686059ae9cb5a33576ae0e91ddf88b14c90c9218
Use __APPLE__ compile switch for OS X

It seems that on Apple machines the compiler will always define the
symbol __APPLE__, so this is now used instead of OSX, which had to
be defined with a -DOSX compiler flag. The gtkmacintegration header
is now using <> in stead of "" in its #include. (Strange enough both
were working.)
gtk/xboard.c
gtk/xoptions.c