]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
you can now build a darkplaces-dedicated executable as well as a darkplaces-glx execu...
[xonotic/darkplaces.git] / vid_wgl.c
index f5e2b38d8586caa1fa386dd3436d1fe1b9568356..2562f48893ced2bdbcf5bc26032b6d73eb1808fd 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "resource.h"
 #include <commctrl.h>
 
+int cl_available = true;
+
 int (WINAPI *qwglChoosePixelFormat)(HDC, CONST PIXELFORMATDESCRIPTOR *);
 int (WINAPI *qwglDescribePixelFormat)(HDC, int, UINT, LPPIXELFORMATDESCRIPTOR);
 //int (WINAPI *qwglGetPixelFormat)(HDC);