*** empty log message ***
This commit is contained in:
@@ -23,11 +23,6 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Fix HRESULT under Linux and other non-windows OSses*/
|
|
||||||
#if !defined(HRESULT)
|
|
||||||
typedef long HRESULT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "RageMovieTextureHelper.h"
|
#include "RageMovieTextureHelper.h"
|
||||||
|
|
||||||
#include "RageMovieTexture.h"
|
#include "RageMovieTexture.h"
|
||||||
|
|||||||
@@ -14,11 +14,6 @@
|
|||||||
/* Don't know why we need this for the headers ... */
|
/* Don't know why we need this for the headers ... */
|
||||||
typedef char TCHAR, *PTCHAR;
|
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. */
|
/* Prevent these from using Dbg stuff, which we don't link in. */
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
|
|||||||
@@ -8,11 +8,6 @@
|
|||||||
//#include "baseclasses/streams.h"
|
//#include "baseclasses/streams.h"
|
||||||
#include "RageMovieTexture.h"
|
#include "RageMovieTexture.h"
|
||||||
|
|
||||||
/* Fix HRESULT under Linux and other non-windows OSses*/
|
|
||||||
#if !defined(HRESULT)
|
|
||||||
typedef long HRESULT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// CTextureRenderer Class Declarations
|
// CTextureRenderer Class Declarations
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -124,11 +124,6 @@ inline const T& min(const T &a, const T &b, P Pr)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Fix HRESULT probs on Linux */
|
|
||||||
#ifdef LINUX
|
|
||||||
typedef long HRESULT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Don't include our own headers here, since they tend to change
|
/* Don't include our own headers here, since they tend to change
|
||||||
* often. */
|
* often. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user