Index: RenderTexture.cpp
===================================================================
RCS file: /var/cvs/SimGear-0.3/source/simgear/screen/RenderTexture.cpp,v
retrieving revision 1.25
diff -u -r1.25 RenderTexture.cpp
--- RenderTexture.cpp	6 Jul 2009 22:58:09 -0000	1.25
+++ RenderTexture.cpp	9 Jul 2009 16:18:03 -0000
@@ -3031,6 +3031,7 @@
 }
 
 #ifdef _DEBUG
+#ifndef _WIN32
 /* just some DEBUG ONLY code, to show the 'attributes' */
 
 typedef struct tagPXATTS {
@@ -3203,6 +3204,6 @@
    *pdef = -1;
    return "VALUE NOT IN LIST";
 }
-
-#endif
+#endif //_WIN32
+#endif //DEBUG
 // eof - RenderTexture.cpp

