Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
fix ucs2
  • Loading branch information
koubaa committed Apr 17, 2020
commit 5bdb09094eaebbeec94d5d1d3ec922502a2e11b5
2 changes: 1 addition & 1 deletion src/runtime/runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Runtime

public static int UCS => _UCS;

#if UCS2
#if !UCS2
internal const int _UCS = 4;

/// <summary>
Expand Down