Oops - I think I introduced some dos line endings - this should fix it
This commit is contained in:
parent
44a375520a
commit
8bfd913e0c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue