added hresult typedef if it isn't defined
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
//#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
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user