1
0
Fork 0

Oops - I think I introduced some dos line endings - this should fix it

This commit is contained in:
daveluff 2006-02-22 20:27:00 +00:00
parent 44a375520a
commit 8bfd913e0c
2 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@
# include <OpenAL/alc.h>
#else
# include <AL/al.h>
# include <AL/alc.h>
# include <AL/alc.h>
# ifndef __CYGWIN__
# include <AL/alext.h>
# include <AL/alext.h>
# endif
#endif

View file

@ -1,8 +1,8 @@
// do some test relating to the concept of "up"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#endif
#include <simgear/compiler.h>