*** empty log message ***
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user