Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.33 KB

File metadata and controls

55 lines (49 loc) · 1.33 KB
title no_auto_exclude | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
no_auto_exclude
dev_langs
C++
helpviewer_keywords
no_auto_exclude attribute
ms.assetid 3241ef9c-758a-4e86-bdc5-37da6072430f
caps.latest.revision 5
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

no_auto_exclude

C++ Specific

Disables automatic exclusion.

Syntax

no_auto_exclude  

Remarks

Type libraries may include definitions of items defined in system headers or other type libraries. #import attempts to avoid multiple definition errors by automatically excluding such items. When this is done, Compiler Warning (level 3) C4192 will be issued for each item to be excluded. You can disable this automatic exclusion by using this attribute.

END C++ Specific

See Also

#import Attributes
#import Directive