mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Include string.h from pdcdos.h.
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
#include "pdcdos.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
RCSID("$Id: pdcclip.c,v 1.26 2006/11/05 05:37:40 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcclip.c,v 1.27 2006/11/18 12:00:04 wmcbrine Exp $");
|
||||
|
||||
/* global clipboard contents, should be NULL if none set */
|
||||
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
|
||||
#include "pdcdos.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
RCSID("$Id: pdcdisp.c,v 1.55 2006/10/18 22:35:11 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcdisp.c,v 1.56 2006/11/18 12:00:04 wmcbrine Exp $");
|
||||
|
||||
#ifdef __PACIFIC__
|
||||
void movedata(unsigned sseg, unsigned soff, unsigned dseg,
|
||||
|
||||
@@ -11,9 +11,10 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: pdcdos.h,v 1.20 2006/10/20 19:39:31 wmcbrine Exp $ */
|
||||
/* $Id: pdcdos.h,v 1.21 2006/11/18 12:00:04 wmcbrine Exp $ */
|
||||
|
||||
#include <curspriv.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) || defined(_QC)
|
||||
# define MSC 1
|
||||
|
||||
@@ -14,13 +14,12 @@
|
||||
#include "pdcdos.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __DJGPP__
|
||||
# include <sys/movedata.h>
|
||||
#endif
|
||||
|
||||
RCSID("$Id: pdcscrn.c,v 1.69 2006/11/11 16:36:07 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcscrn.c,v 1.70 2006/11/18 12:00:04 wmcbrine Exp $");
|
||||
|
||||
int pdc_adapter; /* screen type */
|
||||
int pdc_scrnmode; /* default screen mode */
|
||||
|
||||
Reference in New Issue
Block a user