Removed some Windows endlines.

This commit is contained in:
Ryan C. Gordon 2011-08-04 01:36:23 -04:00
parent 75b5258790
commit e42ca42e76
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#define _SDL_xaudio2_h #define _SDL_xaudio2_h
#include "../SDL_sysaudio.h" #include "../SDL_sysaudio.h"
#include <XAudio2.h> #include <XAudio2.h>
/* Hidden "this" pointer for the audio functions */ /* Hidden "this" pointer for the audio functions */

View file

@ -23,7 +23,7 @@
#include "SDL_error.h" #include "SDL_error.h"
#include "SDL_windows.h" #include "SDL_windows.h"
#include <objbase.h> /* for CoInitialize/CoUninitialize */ #include <objbase.h> /* for CoInitialize/CoUninitialize */
/* Sets an error message based on GetLastError() */ /* Sets an error message based on GetLastError() */