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.4 by cebix, 1999-11-02T14:47:41Z

# 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