Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed some Windows endlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 4, 2011
1 parent 912912a commit a932f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/audio/xaudio2/SDL_xaudio2.h
Expand Up @@ -24,7 +24,7 @@
#define _SDL_xaudio2_h

#include "../SDL_sysaudio.h"


#include <XAudio2.h>

/* Hidden "this" pointer for the audio functions */
Expand Down
2 changes: 1 addition & 1 deletion src/core/windows/SDL_windows.c
Expand Up @@ -23,7 +23,7 @@
#include "SDL_error.h"
#include "SDL_windows.h"

#include <objbase.h> /* for CoInitialize/CoUninitialize */
#include <objbase.h> /* for CoInitialize/CoUninitialize */


/* Sets an error message based on GetLastError() */
Expand Down

0 comments on commit a932f30

Please sign in to comment.