--- mon/src/main.cpp 1999/10/25 20:36:20 1.3 +++ mon/src/main.cpp 2000/10/15 15:07:11 1.6 @@ -1,7 +1,7 @@ /* - * main.cpp - Wrapper program for standalone mon + * main.cpp - Wrapper program for standalone cxmon * - * mon (C) 1997-1999 Christian Bauer, Marc Hellwig + * cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ #include "mon.h" -#if __BEOS__ +#ifdef __BEOS__ #include #include #include @@ -102,7 +102,7 @@ static bool open_stdio(const char *title // Main program int main(int argc, char **argv) { -#if __BEOS__ +#ifdef __BEOS__ // Launched from Tracker? Then open terminal window if (launched_from_tracker()) { if (!open_stdio("mon"))