diff --git a/win32/pdcwin.h b/win32/pdcwin.h new file mode 100644 index 00000000..9107723d --- /dev/null +++ b/win32/pdcwin.h @@ -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 +#undef MOUSE_MOVED +#include + +extern HANDLE hConOut, hConIn; + +extern int PDC_get_buffer_rows(void);