[Dsmyth-checkins] SF.net SVN: dsmyth:[561] trunk/MythTVReader/MythSource/SeekPin.cpp
Brought to you by:
tobbej
From: <to...@us...> - 2009-06-05 13:22:29
|
Revision: 561 http://dsmyth.svn.sourceforge.net/dsmyth/?rev=561&view=rev Author: tobbej Date: 2009-06-05 13:22:19 +0000 (Fri, 05 Jun 2009) Log Message: ----------- workaround for missing dxtrans.h in some of the windows sdks Modified Paths: -------------- trunk/MythTVReader/MythSource/SeekPin.cpp Modified: trunk/MythTVReader/MythSource/SeekPin.cpp =================================================================== --- trunk/MythTVReader/MythSource/SeekPin.cpp 2009-06-04 21:27:12 UTC (rev 560) +++ trunk/MythTVReader/MythSource/SeekPin.cpp 2009-06-05 13:22:19 UTC (rev 561) @@ -26,6 +26,13 @@ #include "SeekPin.h" #include "MemOutPin.h" #include "AutoLockCriticalSection.h" + +//workaround for missing dxtrans.h in the windows sdk +#pragma include_alias( "dxtrans.h", "qedit.h" ) +#define __IDxtCompositor_INTERFACE_DEFINED__ +#define __IDxtAlphaSetter_INTERFACE_DEFINED__ +#define __IDxtJpeg_INTERFACE_DEFINED__ +#define __IDxtKey_INTERFACE_DEFINED__ #include <qedit.h> // CSeekPin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |