ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/main.cpp
(Generate patch)

Comparing mon/src/main.cpp (file contents):
Revision 1.3 by cebix, 1999-10-25T20:36:20Z vs.
Revision 1.6 by cebix, 2000-10-15T15:07:11Z

# Line 1 | Line 1
1   /*
2 < *  main.cpp - Wrapper program for standalone mon
2 > *  main.cpp - Wrapper program for standalone cxmon
3   *
4 < *  mon (C) 1997-1999 Christian Bauer, Marc Hellwig
4 > *  cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 23 | Line 23
23   #include "mon.h"
24  
25  
26 < #if __BEOS__
26 > #ifdef __BEOS__
27   #include <AppKit.h>
28   #include <KernelKit.h>
29   #include <StorageKit.h>
# Line 102 | Line 102 | static bool open_stdio(const char *title
102   // Main program
103   int main(int argc, char **argv)
104   {
105 < #if __BEOS__
105 > #ifdef __BEOS__
106          // Launched from Tracker? Then open terminal window
107          if (launched_from_tracker()) {
108                  if (!open_stdio("mon"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines