From 0042744b5b4226f15018a56e4d41eb9630e83b5d Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Mon, 15 Apr 2019 22:49:30 +0000 Subject: [PATCH] include: Remove duplicate extern C from vsbackup.idl. Signed-off-by: Alistair Leslie-Hughes Signed-off-by: Alexandre Julliard --- include/vsbackup.idl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/vsbackup.idl b/include/vsbackup.idl index d2d8795ce41..8cc7aa36e1c 100644 --- a/include/vsbackup.idl +++ b/include/vsbackup.idl @@ -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); }")