From cb3ee0f0c08e0a49b6dd30b941aed15220c6a42a Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Wed, 28 Jan 2004 14:48:20 +0000 Subject: [PATCH] Enable C_OPENGL for visualc Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1614 --- src/platform/visualc/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index fcd1b404..42aeeeb0 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -8,6 +8,9 @@ /* Define to 1 to enable screenshots, requires libpng */ #define C_SSHOT 1 +/* Define to 1 to use opengl display output support */ +#define C_OPENGL 1 + /* Define to 1 to enable internal modem support, requires SDL_net */ #define C_MODEM 1