2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-25 11:00:07 +00:00
xcat-dep/Curses-1.23/hints/c-MSWin32.visualc.h
2008-04-10 19:36:34 +00:00

39 lines
849 B
C

/* Hint file for the MSWin32 platform, Visual C compiler.
*
* If this configuration doesn't work, look at the file "c-none.h"
* for how to set the configuration options.
*/
/* These hints thanks to Gurusamy Sarathy <gsar@engin.umich.edu> */
/* We used to include <pdcurses.h>, but users found it is actually
installed as <curses.h>. Maybe it changed at some point.
2007.09.29
*/
/* We used to undef macro SP, (which is defined by perl.h), but in September
2007, we found that a) SP is needed; and 2) SP doesn't hurt
the #includes below.
*/
#include <curses.h>
#ifdef C_PANELSUPPORT
#include <panel.h>
#endif
#ifdef C_MENUSUPPORT
#include <menu.h>
#endif
#ifdef C_FORMSUPPORT
#include <form.h>
#endif
#define C_LONGNAME
#define C_LONG0ARGS
#undef C_LONG2ARGS
#define C_TOUCHLINE
#define C_TOUCH3ARGS
#undef C_TOUCH4ARGS