home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / MEMLib.lha / MEMLib / Developer / source / globals.h next >
Encoding:
C/C++ Source or Header  |  1999-06-30  |  211 b   |  10 lines

  1. /* Do as .h-file for correct usage by vbcc */
  2.  
  3. #ifndef MW_GLOBALS
  4. #define MW_GLOBALS 1
  5.  
  6. unsigned long __MWFlags = MWF_SERIAL;
  7. char *__MWLogName = "CON:0/22/639/177/MemLib Output Window/AUTO/CLOSE/WAIT";
  8.  
  9. #endif
  10.