summary refs log tree commit diff stats
path: root/lib/pure/browsers.nim
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2022-10-01 23:35:09 +0300
committerGitHub <noreply@github.com>2022-10-01 22:35:09 +0200
commit0b1650576c6102ce85b4b2c0788b3a5b77154e43 (patch)
treeef5e7e6d804665be33b92c507a0d07e082634463 /lib/pure/browsers.nim
parentcbd9fee22ac7063c66cc9aa38f20e78df082e387 (diff)
downloadNim-0b1650576c6102ce85b4b2c0788b3a5b77154e43.tar.gz
move widestrs out of system (#20462)
* move widestrs out of system

* fix osproc
Diffstat (limited to 'lib/pure/browsers.nim')
-rw-r--r--lib/pure/browsers.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/browsers.nim b/lib/pure/browsers.nim
index c36e31b11..b95b37a1d 100644
--- a/lib/pure/browsers.nim
+++ b/lib/pure/browsers.nim
@@ -21,6 +21,8 @@ when defined(nimPreviewSlimSystem):
 
 when defined(windows):
   import winlean
+  when useWinUnicode and defined(nimPreviewSlimSystem):
+    import std/widestrs
   from os import absolutePath
 else:
   import os
e='author Araq <rumpf_a@web.de> 2013-12-27 23:10:36 +0100 committer Araq <rumpf_a@web.de> 2013-12-27 23:10:36 +0100 case consistency part 4' href='/ahoang/Nim/commit/compiler/saturate.nim?h=devel&id=92b8fac94a7243cde785d985db3fd86b6025b079'>92b8fac94 ^
4fbba0a65 ^




92b8fac94 ^
4fbba0a65 ^
























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79