# Copyright (C) 2007  Peter De Wachter <pdewacht@gmail.com>
# Distributed under the same license as the game. See debian/copyright.

Index: titanion-0.3.dfsg1/import/opengl.d
===================================================================
--- titanion-0.3.dfsg1.orig/import/opengl.d	2007-08-29 21:57:03.000000000 +0200
+++ titanion-0.3.dfsg1/import/opengl.d	2007-08-29 21:58:05.000000000 +0200
@@ -1,10 +1,4 @@
-version (Win32) {
-	private import std.c.windows.windows;
-	extern(Windows):
-}
-version (linux) {
-	extern(C):
-}
+extern(C):
 
 alias uint GLenum;
 alias ubyte GLboolean;
Index: titanion-0.3.dfsg1/import/openglu.d
===================================================================
--- titanion-0.3.dfsg1.orig/import/openglu.d	2007-08-29 21:58:12.000000000 +0200
+++ titanion-0.3.dfsg1/import/openglu.d	2007-08-29 21:58:18.000000000 +0200
@@ -1,11 +1,6 @@
 import opengl;
 
-version (Win32) {
-	extern(Windows):
-}
-version (linux) {
-	extern(C):
-}
+extern(C):
 
 GLubyte* gluErrorString (
     GLenum   errCode);
