diff --git a/stepmania/src/RageMovieTexture.cpp b/stepmania/src/RageMovieTexture.cpp index ef676bdb23..0eb4eca167 100644 --- a/stepmania/src/RageMovieTexture.cpp +++ b/stepmania/src/RageMovieTexture.cpp @@ -23,11 +23,6 @@ #endif -/* Fix HRESULT under Linux and other non-windows OSses*/ -#if !defined(HRESULT) -typedef long HRESULT -#endif - #include "RageMovieTextureHelper.h" #include "RageMovieTexture.h" diff --git a/stepmania/src/RageMovieTexture.h b/stepmania/src/RageMovieTexture.h index 25b648ecd3..3bddd30c6b 100644 --- a/stepmania/src/RageMovieTexture.h +++ b/stepmania/src/RageMovieTexture.h @@ -14,11 +14,6 @@ /* Don't know why we need this for the headers ... */ typedef char TCHAR, *PTCHAR; -/* Fix HRESULT under Linux and other non-windows OSses*/ -#if !defined(HRESULT) -typedef long HRESULT -#endif - /* Prevent these from using Dbg stuff, which we don't link in. */ #ifdef DEBUG #undef DEBUG diff --git a/stepmania/src/RageMovieTextureHelper.h b/stepmania/src/RageMovieTextureHelper.h index 9209e6d2fb..ecd4acd763 100644 --- a/stepmania/src/RageMovieTextureHelper.h +++ b/stepmania/src/RageMovieTextureHelper.h @@ -8,11 +8,6 @@ //#include "baseclasses/streams.h" #include "RageMovieTexture.h" -/* Fix HRESULT under Linux and other non-windows OSses*/ -#if !defined(HRESULT) -typedef long HRESULT -#endif - //----------------------------------------------------------------------------- // CTextureRenderer Class Declarations // diff --git a/stepmania/src/global.h b/stepmania/src/global.h index 7721ed6def..fe96b29cd4 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -124,11 +124,6 @@ inline const T& min(const T &a, const T &b, P Pr) #endif -/* Fix HRESULT probs on Linux */ -#ifdef LINUX -typedef long HRESULT -#endif - /* Don't include our own headers here, since they tend to change * often. */