include: Remove duplicate extern C from vsbackup.idl.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8fadb2cf4e
commit
0042744b5b
|
@ -25,13 +25,7 @@ interface IVssEnumObject;
|
|||
interface IVssExamineWriterMetadata;
|
||||
interface IVssWriterComponentsExt;
|
||||
|
||||
cpp_quote("#ifdef _cplusplus")
|
||||
cpp_quote("extern \"C\" {")
|
||||
cpp_quote("#endif")
|
||||
cpp_quote("HRESULT WINAPI CreateVssBackupComponentsInternal(IVssBackupComponents **backup);")
|
||||
cpp_quote("#ifdef _cplusplus")
|
||||
cpp_quote("}")
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("static inline HRESULT CreateVssBackupComponents(IVssBackupComponents **backup)")
|
||||
cpp_quote(" { return CreateVssBackupComponentsInternal(backup); }")
|
||||
|
|
Loading…
Reference in New Issue