libpayload: Rename PDCurses-3.4 to PDCurses
Change-Id: If881ec130833c7e7e62caa3d31e350a531f5bc8e Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12398 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
17
payloads/libpayload/curses/PDCurses/win32/pdcwin.h
Normal file
17
payloads/libpayload/curses/PDCurses/win32/pdcwin.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* 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>
|
||||
#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);
|
Reference in New Issue
Block a user