Skip to content

Commit 380472d

Browse files
author
Colin Robertson
authored
Merge pull request #3639 from Jaiganeshkumaran/patch-5
Update windows-store-apps-the-windows-runtime-and-the-c-run-time.md
2 parents a00df96 + ec148e6 commit 380472d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-runtime-library/windows-store-apps-the-windows-runtime-and-the-c-run-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.assetid: 356d6d8d-76ee-4181-9ad0-6f24b2fede38
66
---
77
# UWP Apps, the Windows Runtime, and the C Run-Time
88

9-
Universal Windows Platform (UWP) apps are programs that run in the Windows Runtime that executes on Windows 8. The Windows Runtime is a trustworthy environment that controls the functions, variables, and resources that are available to a UWP app. However, by design, Windows Runtime restrictions prevent the use of most C Run-Time Library (CRT) features in UWP apps.
9+
Universal Windows Platform (UWP) apps are programs that run in the Windows Runtime that executes on Windows 8 and later. The Windows Runtime is a trustworthy environment that controls the functions, variables, and resources that are available to a UWP app. However, by design, Windows Runtime restrictions prevent the use of most C Run-Time Library (CRT) features in UWP apps.
1010

11-
The Windows Runtime does not support the following CRT features:
11+
UWP apps don't support the following CRT features:
1212

1313
- Most CRT functions that are related to unsupported functionality.
1414

0 commit comments

Comments
 (0)