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:
William McBrine
2006-10-08 23:39:41 +00:00
parent 5f40b690e3
commit 581fdb34db

30
win32/pdcwin.h Normal file
View 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);