mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 08:15:27 +00:00
More junk.
This commit is contained in:
19
curses.h
19
curses.h
@@ -11,7 +11,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: curses.h,v 1.283 2007/05/28 17:11:32 wmcbrine Exp $ */
|
||||
/* $Id: curses.h,v 1.284 2007/05/28 19:47:16 wmcbrine Exp $ */
|
||||
|
||||
/*----------------------------------------------------------------------*
|
||||
* PDCurses *
|
||||
@@ -80,7 +80,6 @@ PDCurses portable platform definitions list:
|
||||
*/
|
||||
|
||||
#ifdef __HIGHC__
|
||||
# pragma off(prototype_override_warnings)
|
||||
# ifdef __MSDOS__
|
||||
# define DOS 6
|
||||
# endif
|
||||
@@ -226,22 +225,6 @@ PDCurses portable platform definitions list:
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*----------------------------------------
|
||||
* HI-TECH COMPILERS Pacific C
|
||||
*
|
||||
* Hi-Tech definitions:
|
||||
*
|
||||
* __PACIFIC__, DOS
|
||||
* are predefined by compiler.
|
||||
*/
|
||||
|
||||
#ifdef __PACIFIC__
|
||||
# include <ctype.h>
|
||||
# ifndef __SMALL__
|
||||
# define __SMALL__
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
/* If it's not DOS, or OS/2, or Windows, it must be XCurses */
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: pdcdos.h,v 1.26 2006/12/29 21:16:32 wmcbrine Exp $ */
|
||||
/* $Id: pdcdos.h,v 1.27 2007/05/28 19:47:16 wmcbrine Exp $ */
|
||||
|
||||
#include <curspriv.h>
|
||||
#include <string.h>
|
||||
@@ -20,6 +20,10 @@
|
||||
# define MSC 1
|
||||
#endif
|
||||
|
||||
#if defined(__PACIFIC__) && !defined(__SMALL__)
|
||||
# define __SMALL__
|
||||
#endif
|
||||
|
||||
#if defined(__HIGHC__) || MSC
|
||||
# include <bios.h>
|
||||
#endif
|
||||
@@ -94,7 +98,7 @@ unsigned long getdosmemdword(int offs);
|
||||
void setdosmembyte(int offs, unsigned char b);
|
||||
void setdosmemword(int offs, unsigned short w);
|
||||
#else
|
||||
# if SMALL || MEDIUM || MSC || defined(__PACIFIC__)
|
||||
# if SMALL || MEDIUM || MSC
|
||||
# define PDC_FAR far
|
||||
# else
|
||||
# define PDC_FAR
|
||||
|
||||
Reference in New Issue
Block a user