mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
widestrs are always available for better interop
This commit is contained in:
@@ -236,8 +236,7 @@ when declared(stdout):
|
||||
|
||||
# interface to the C procs:
|
||||
|
||||
when (defined(windows) and not defined(useWinAnsi)) or defined(nimdoc):
|
||||
include "system/widestrs"
|
||||
include "system/widestrs"
|
||||
|
||||
when defined(windows) and not defined(useWinAnsi):
|
||||
when defined(cpp):
|
||||
|
||||
Reference in New Issue
Block a user