Skip to content

Commit 47eee72

Browse files
committed
Update PInvoke.cs
1 parent 5982dd0 commit 47eee72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utility/Windows/PInvoke.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public static string GetFolderPath(SpecialFolder folder, SpecialFolderOption opt
191191
break;
192192
case SpecialFolder.Windows:
193193
folderGuid = KnownFoldersGuid.Windows;
194+
// ReSharper disable once StringLiteralTypo
194195
fallbackEnv = "windir";
195196
break;
196197
}

0 commit comments

Comments
 (0)