]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/texture.cxx
Various documentation tweaks and additions.
[simgear.git] / simgear / screen / texture.cxx
index 764ede05460ffb3a7687c13cb49a8662782e8985..58f69ef60e5e4e23b789d4bf46abb49f4bb48782 100644 (file)
@@ -1,5 +1,4 @@
-/**
- * \file texture.cxx
+/*
  * Texture manipulation routines
  *
  * Copyright (c) Mark J. Kilgard, 1997.
  * $Id$
  */
 
+#include <simgear/compiler.h>
+#ifdef WIN32
+# include <windows.h>
+#endif
 #include <GL/glu.h>
 #include <zlib.h>