Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 40afae6

Browse files
tarekghsafern
authored andcommitted
Clean up Normalization code (dotnet/coreclr#9941)
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent 4891781 commit 40afae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/src/CoreLib/Interop/Windows/Interop.Errors.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ internal partial class Errors
3535
internal const int ERROR_MUTANT_LIMIT_EXCEEDED = 0x24B;
3636
internal const int ERROR_OPERATION_ABORTED = 0x3E3;
3737
internal const int ERROR_IO_PENDING = 0x3E5;
38+
internal const int ERROR_NO_UNICODE_TRANSLATION = 0x459;
3839
internal const int ERROR_NOT_FOUND = 0x490;
3940
internal const int ERROR_BAD_IMPERSONATION_LEVEL = 0x542;
4041
internal const int E_FILENOTFOUND = unchecked((int)0x80070002);

0 commit comments

Comments
 (0)