forked from openkylin/freeglut
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
/* freeglut configuration file for Windows with MS Visual C 6.0
|
|
*
|
|
* Copy to the freeglut root dir as config.h, and open altbuild/freeglut.dsw
|
|
* Do not move the dsw/dsp project files, leave them in altbuild.
|
|
*/
|
|
#define HAVE_SYS_TYPES_H
|
|
#define HAVE_FCNTL_H
|
|
#define HAVE_ERRNO_H
|
|
#define NEED_XPARSEGEOMETRY_IMPL
|
|
#define HAVE_U__INT64
|
|
|
|
/* warning and errors printed? */
|
|
#define FREEGLUT_PRINT_WARNINGS
|
|
#define FREEGLUT_PRINT_ERRORS
|