1
0
mirror of synced 2026-02-23 23:22:11 +00:00
Files
andrastantos.cray-sim/simulator/pdcurses/win32/pdcwin.h
Andras Tantos ec676c06cf Updated project to build on latest Visual Studio (2019).
This involves:
- updated project files,
- removal of support for XP
- update to latest boost (1.75)
- updating code to work around new deprecation warnings

There is also some cleanup in the project files here.
2021-02-02 17:24:20 -08:00

19 lines
363 B
C

/* Public Domain Curses */
/* $Id: pdcwin.h,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $ */
#ifdef PDC_WIDE
# define UNICODE
#endif
#include <windows.h>
#include <versionhelpers.h>
#undef MOUSE_MOVED
#include <curspriv.h>
extern unsigned char *pdc_atrtab;
extern HANDLE pdc_con_out, pdc_con_in;
extern DWORD pdc_quick_edit;
extern int PDC_get_buffer_rows(void);