added hresult typedef if it isn't defined

This commit is contained in:
Tim Hentenaar
2003-02-19 18:22:22 +00:00
parent 4abb3cdbbb
commit 10e806c508
+5
View File
@@ -8,6 +8,11 @@
//#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
//