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 d0a2c65 commit fa8f335
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 @@ -33,6 +33,7 @@
<SymbolVisibility>Hidden</SymbolVisibility>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UnicodeEnvironment>true</UnicodeEnvironment>
<UseMicrosoftAbi>true</UseMicrosoftAbi>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions src/module/module.cproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<AssemblyName Condition="'$(RuntimeIdentifier)' != ''">ruptura-$(RuntimeIdentifier.Split('-')[1])</AssemblyName>
<DefineConstants>
$(DefineConstants);
_UNICODE;
NETHOST_USE_AS_STATIC;
UNICODE;
WIN32_LEAN_AND_MEAN
</DefineConstants>
<DisableWarnings>
Expand Down

0 comments on commit fa8f335

Please sign in to comment.