summaryrefslogtreecommitdiff
path: root/graphics/asymptote/glew.c
blob: 4bdea46b60670d6144b8d8b3bc2083d9c40f75d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef __MSDOS__
#define _WIN32
#endif

#ifdef HAVE_LIBGL
#include "GL/glew.c"
#endif /* HAVE_LIBGL */