mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
And here it is. Not much to it... originally I thought I'd define the
CONSOLE_INFO struct here, but as it turns out, I'm confining it to pdcscrn.c. Ah well.
This commit is contained in:
30
win32/pdcwin.h
Normal file
30
win32/pdcwin.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/************************************************************************
|
||||
* This file is part of PDCurses. PDCurses is public domain software; *
|
||||
* you may use it for any purpose. This software is provided AS IS with *
|
||||
* NO WARRANTY whatsoever. *
|
||||
* *
|
||||
* If you use PDCurses in an application, an acknowledgement would be *
|
||||
* appreciated, but is not mandatory. If you make corrections or *
|
||||
* enhancements to PDCurses, please forward them to the current *
|
||||
* maintainer for the benefit of other users. *
|
||||
* *
|
||||
* No distribution of modified PDCurses code may be made under the name *
|
||||
* "PDCurses", except by the current maintainer. (Although PDCurses is *
|
||||
* public domain, the name is a trademark.) *
|
||||
* *
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: pdcwin.h,v 1.1 2006/10/08 23:39:41 wmcbrine Exp $ */
|
||||
|
||||
#ifdef PDC_WIDE
|
||||
# define UNICODE
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#undef MOUSE_MOVED
|
||||
#include <curspriv.h>
|
||||
|
||||
extern HANDLE hConOut, hConIn;
|
||||
|
||||
extern int PDC_get_buffer_rows(void);
|
||||
Reference in New Issue
Block a user