Category : C++ Source Code
Archive   : VMVCPP.ZIP
Filename : SYSTEM.H

 
Output of file : SYSTEM.H contained in archive : VMVCPP.ZIP
/***
* system.h -
*
* Copyright (c) 1989-1992, Microsoft Corporation. All rights reserved.
*
*******************************************************************************/

#ifdef M_I386 /* 0:32 Flat Model */

#define PUBLIC _pascal
#define PRIVATE _pascal
#define LOCAL _pascal

#define PDATA
#define PCODE _pascal

#define FAR

#define CODECONST const

#else /* !M_I386 */ /* 16:16 Segmented Model */

#define PUBLIC _far _pascal
#define PRIVATE _near _pascal
#define LOCAL _near _pascal

#define PDATA _far
#define PCODE _far _pascal

#define CODECONST const _based(_segname("_CODE"))

#endif


typedef void PDATA *PVOID;

#define FALSE 0
#define TRUE 1


  3 Responses to “Category : C++ Source Code
Archive   : VMVCPP.ZIP
Filename : SYSTEM.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/