зеркало из https://github.com/microsoft/xlang.git
extern is pointless on an inline definition (#704)
This commit is contained in:
Родитель
dc52d1ce95
Коммит
09e6cef65f
|
@ -558,7 +558,7 @@ static void write_cpp_interface_definition(writer& w, T const& type)
|
|||
|
||||
w.write(R"^-^(%};
|
||||
|
||||
%extern MIDL_CONST_ID IID& IID_% = _uuidof(%);
|
||||
%MIDL_CONST_ID IID& IID_% = _uuidof(%);
|
||||
)^-^", indent{}, indent{}, type.cpp_abi_name(), type.cpp_abi_name());
|
||||
|
||||
w.pop_namespace();
|
||||
|
|
Загрузка…
Ссылка в новой задаче