Skip to content
Snippets Groups Projects
Commit 0b52ff3a authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

mft: fix compilation with MSVC

An interface is a struct, not a class.
parent cdf486f2
No related branches found
No related tags found
1 merge request!4690mft: fix compilation with MSVC
Pipeline #417459 passed with stage
in 14 minutes and 51 seconds
......@@ -33,9 +33,9 @@
#define IGraphicsUnknown IUnknown
#endif // !_GAMING_XBOX_XBOXONE && !_GAMING_XBOX_XBOXONE
class IMFTransform;
class IMFDXGIDeviceManager;
class IMFDXGIBuffer;
struct IMFTransform;
struct IMFDXGIDeviceManager;
struct IMFDXGIBuffer;
struct vlc_logger;
struct picture_context_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment