Skip to content

Commit 7b78b3e

Browse files
committed
Update documentation in w64devkit.ini
As of 3cacd96, the "known bugs" comment is no longer true for typical use cases (x64 Windows 10 and later). The UTF-8 comment came out of abusing GetPrivateProfileStringA. It was replaced in 568efdc with a custom parser.
1 parent 3cacd96 commit 7b78b3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/w64devkit.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
; w64devkit.ini -- configuration for w64devkit.exe
2-
; This file must be encoded as UTF-8.
32

43
[w64devkit]
54
; home: Sets the HOME environment variable for the shell. Place a
@@ -14,9 +13,6 @@
1413
; title: Sets the initial title for the new console window. This value
1514
; may also contain environment variables.
1615
;
17-
; Known bugs: busybox-w32 uses the narrow API and does not support wide
18-
; paths, so be mindful when using non-ASCII paths for this value.
19-
;
2016
;home = ..\home
2117
;home = %HOMEDRIVE%%HOMEPATH%
2218
;title = %USERNAME%@%COMPUTERNAME% [%W64DEVKIT_HOME% %W64DEVKIT%]

0 commit comments

Comments
 (0)