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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-06-30
|
211 b
|
10 lines
/* Do as .h-file for correct usage by vbcc */
#ifndef MW_GLOBALS
#define MW_GLOBALS 1
unsigned long __MWFlags = MWF_SERIAL;
char *__MWLogName = "CON:0/22/639/177/MemLib Output Window/AUTO/CLOSE/WAIT";
#endif