Skip to content
Snippets Groups Projects
Commit 0805783d authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard
Browse files

include: Wrap exported function in extern C.

parent 00c57ad8
Branches
Tags
No related merge requests found
......@@ -23,6 +23,10 @@
#include <mmreg.h>
#include <avrt.h>
#if defined(__cplusplus)
extern "C" {
#endif
#if !defined(MF_VERSION)
/* Default to Windows XP */
#define MF_SDK_VERSION 0x0001
......@@ -95,4 +99,8 @@ HRESULT WINAPI MFTUnregister(CLSID clsid);
HRESULT WINAPI MFTUnregisterLocal(IClassFactory *factory);
HRESULT WINAPI MFGetPluginControl(IMFPluginControl**);
#if defined(__cplusplus)
}
#endif
#endif /* __WINE_MFAPI_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment