mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[INCLUDE/WINE] Add a header guard to strmbase.h.
This commit is contained in:
parent
0aed0fd167
commit
fbbe3b3856
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue