[INCLUDE/WINE] Add a header guard to strmbase.h.

This commit is contained in:
Amine Khaldi 2018-03-08 13:07:26 +01:00
parent 0aed0fd167
commit fbbe3b3856

View file

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma once
#include "wine/list.h"
HRESULT WINAPI CopyMediaType(AM_MEDIA_TYPE * pDest, const AM_MEDIA_TYPE *pSrc);