Skip to content

Add missing #endif in _{a,t,w}cmdln reference #5543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/c-runtime-library/acmdln-tcmdln-wcmdln.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: "Learn more about: _acmdln, _tcmdln, _wcmdln"
title: "_acmdln, _tcmdln, _wcmdln"
ms.date: "11/04/2016"
description: "Learn more about: _acmdln, _tcmdln, _wcmdln"
ms.date: 11/04/2016
api_name: ["_wcmdln", "_acmdln"]
api_location: ["msvcrt.dll"]
api_type: ["DLLExport"]
topic_type: ["apiref"]
f1_keywords: ["_acmdln", "_wcmdln", "_tcmdln"]
helpviewer_keywords: ["_wcmdln global variable", "wcmdln global variable", "_acmdln global variable", "_tcmdln global variable", "tcmdln global variable", "acmdln global variable"]
ms.assetid: 4fc0a6a0-3f93-420a-a19f-5276061ba539
---
# `_acmdln`, `_tcmdln`, `_wcmdln`

Expand All @@ -24,6 +23,7 @@ wchar_t * _wcmdln;
#define _tcmdln _wcmdln
#else
#define _tcmdln _acmdln
#endif
```

## Remarks
Expand All @@ -32,4 +32,4 @@ These CRT internal variables store the complete command line. They're exposed in

## See also

[Global variables](./global-variables.md)
[Global variables](global-variables.md)