changeset 32277:ba416e78c273

Remove some unnecessary windows.h #includes in configure checks.
author diego
date Sun, 26 Sep 2010 18:22:06 +0000
parents 89b79daccf49
children 0eef1045262c
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 26 18:12:42 2010 +0000
+++ b/configure	Sun Sep 26 18:22:06 2010 +0000
@@ -5337,7 +5337,6 @@
 echocheck "Direct3D"
 if test "$_direct3d" = auto ; then
   cat > $TMPC << EOF
-#include <windows.h>
 #include <d3d9.h>
 int main(void) { return 0; }
 EOF
@@ -5356,7 +5355,6 @@
 echocheck "Directx"
 if test "$_directx" = auto ; then
   cat > $TMPC << EOF
-#include <windows.h>
 #include <ddraw.h>
 #include <dsound.h>
 int main(void) { return 0; }