Skip to content

Commit

Permalink
Set UnicodeEnvironment=true.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 13, 2024
1 parent 0fc9369 commit 9d78c0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<SymbolVisibility>Hidden</SymbolVisibility>
<TargetFramework>net9.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UnicodeEnvironment>true</UnicodeEnvironment>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/runtime/native/native.cproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<DefineConstants>
$(DefineConstants);
_GNU_SOURCE;
_UNICODE;
UNICODE;
WIN32_LEAN_AND_MEAN
</DefineConstants>
<!-- TODO: Remove when -err is re-enabled in Directory.Build.rsp. -->
Expand Down

0 comments on commit 9d78c0f

Please sign in to comment.