Skip to content

Commit

Permalink
Enabled wide characters forwarding in shims. (ScoopInstaller#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
excitoon authored and Richard Kuhnt committed Mar 12, 2018
1 parent a7fa3c6 commit a8b1810
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion supporting/shimexe/bin/checksum.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0fb0a1d75fd6776841345fb99bae4d6db888732fed9ed9a5a1b9c1fad2020379 *shim.exe
dbbbea318b9216dc9671cd3902cba625dabde7c202326566ad424b9520899248 *shim.exe
2 changes: 1 addition & 1 deletion supporting/shimexe/bin/checksum.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1239df21ed8ca1c6b5a0f8fba21c8bf16345605478a3c08899fb7d1d8ba9985ed40d41ce6354bdf05a475de3884557dd8359adc24ff99b32286a5aeda11291b7 *shim.exe
287b250828e1925842d52326ed93c89fb9b2451750e6d20f0db2f0406bc1a5038598f2b7b4228c8ef764f61f7c654c4aa4aef39b8ae671d457ff974ad9e4727d *shim.exe
Binary file modified supporting/shimexe/bin/shim.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion supporting/shimexe/shim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Scoop {

class Program {
[DllImport("kernel32.dll", SetLastError=true)]
[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Unicode)]
static extern bool CreateProcess(string lpApplicationName,
string lpCommandLine, IntPtr lpProcessAttributes,
IntPtr lpThreadAttributes, bool bInheritHandles,
Expand Down

0 comments on commit a8b1810

Please sign in to comment.