Skip to content

Commit 4cc9c49

Browse files
author
Colin Robertson
authored
Merge pull request #58 from dynamicwebpaige/patch-1
Updated broken link to Microsoft Support.
2 parents b5505cc + 89a6af9 commit 4cc9c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/preprocessor/hash-import-directive-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ using namespace MyLib;
194194
195195
You must determine which of the dependency comments are not otherwise provided for by system headers and then provide an `#import` directive at some point before the `#import` directive of the dependent type library to resolve the errors.
196196
197-
For more information, see the Knowledge Base article "#import Wrapper Methods May Cause Access Violation" (Q242527) or "Compiler Errors When You Use #import with XML" (Q269194). You can find Knowledge Base articles on the MSDN Library media or at [http://support.microsoft.com/support/](http://support.microsoft.com/support/).
197+
For more information, see the Knowledge Base article "#import Wrapper Methods May Cause Access Violation" (Q242527) or "Compiler Errors When You Use #import with XML" (Q269194). You can find Knowledge Base articles on the MSDN Library media or at [Microsoft Support](https://support.microsoft.com/).
198198
199199
## <a name="_predir_the_23import_directive_import_attributes"></a> #import Attributes
200200
`#import` can optionally include one or more attributes. These attributes tell the compiler to modify the contents of the type-library headers. A backslash (**\\**) symbol can be used to include additional lines in a single `#import` statement. For example:
@@ -210,4 +210,4 @@ using namespace MyLib;
210210
211211
## See Also
212212
[Preprocessor Directives](../preprocessor/preprocessor-directives.md)
213-
[Compiler COM Support](../cpp/compiler-com-support.md)
213+
[Compiler COM Support](../cpp/compiler-com-support.md)

0 commit comments

Comments
 (0)