*** empty log message ***

This commit is contained in:
Tim Hentenaar
2003-02-19 18:35:48 +00:00
parent 10e806c508
commit acd90363c9
4 changed files with 0 additions and 20 deletions
-5
View File
@@ -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"
-5
View File
@@ -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
-5
View File
@@ -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
//
-5
View File
@@ -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. */