summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/glew.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-06 17:17:34 +0000
committerKarl Berry <karl@freefriends.org>2019-10-06 17:17:34 +0000
commit7f9f7dad00ea5f025578c491005835740f9ffd90 (patch)
tree011a87a78042a82ea3a18f5c08e60f6a3930bf0b /Build/source/utils/asymptote/glew.c
parent37d8fb68e502daabe6aa5f5ae9fb78191f275742 (diff)
asy 2.56 sources
git-svn-id: svn://tug.org/texlive/trunk@52300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/glew.c')
-rw-r--r--Build/source/utils/asymptote/glew.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/glew.c b/Build/source/utils/asymptote/glew.c
index bea419ea8a7..4bdea46b606 100644
--- a/Build/source/utils/asymptote/glew.c
+++ b/Build/source/utils/asymptote/glew.c
@@ -2,6 +2,10 @@
#include "config.h"
#endif
+#ifdef __MSDOS__
+#define _WIN32
+#endif
+
#ifdef HAVE_LIBGL
#include "GL/glew.c"
#endif /* HAVE_LIBGL */