mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
os_version = leftover debugging.
This commit is contained in:
3
curses.h
3
curses.h
@@ -15,7 +15,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: curses.h,v 1.151 2006/03/25 23:57:40 wmcbrine Exp $ */
|
||||
/* $Id: curses.h,v 1.152 2006/03/26 00:54:08 wmcbrine Exp $ */
|
||||
|
||||
/*----------------------------------------------------------------------*
|
||||
* PDCurses *
|
||||
@@ -670,7 +670,6 @@ typedef struct
|
||||
int scrnmode; /* default screen mode */
|
||||
unsigned video_seg; /* video base segment */
|
||||
unsigned video_ofs; /* video base offset */
|
||||
unsigned long os_version; /* Win32 Version */
|
||||
#endif
|
||||
|
||||
#if defined(XCURSES)
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_PDCscrn =
|
||||
"$Id: pdcscrn.c,v 1.28 2006/03/25 00:41:25 wmcbrine Exp $";
|
||||
"$Id: pdcscrn.c,v 1.29 2006/03/26 00:54:10 wmcbrine Exp $";
|
||||
#endif
|
||||
|
||||
#define PDC_RESTORE_NONE 0
|
||||
@@ -334,7 +334,6 @@ int PDC_scr_open(SCREEN *internal, bool echo)
|
||||
internal->linesrippedoffontop = 0;
|
||||
internal->delaytenths = 0;
|
||||
|
||||
internal->os_version = GetVersion();
|
||||
#if defined(PDC_THREAD_BUILD)
|
||||
|
||||
/* Create the anonymous pipe and thread for handling input */
|
||||
|
||||
Reference in New Issue
Block a user