all: fix accounting issue (my bad)

This commit is contained in:
Dniel97 2023-08-15 20:23:28 +02:00
parent 80d5fc4bb2
commit 2277bf7526
Signed by untrusted user: Dniel97
GPG Key ID: 6180B3C768FB2E08
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@ static HRESULT vfs_reg_read_amfs(void *bytes, uint32_t *nbytes);
static HRESULT vfs_reg_read_appdata(void *bytes, uint32_t *nbytes);
static wchar_t vfs_nthome_real[MAX_PATH];
// new home for ALLS
static const wchar_t vfs_nthome[] = L"C:\\Users\\AppUser";
// static const wchar_t vfs_nthome[] = L"C:\\Documents and Settings\\AppUser";
static const wchar_t vfs_nthome[] = L"C:\\Documents and Settings\\AppUser";
static const size_t vfs_nthome_len = _countof(vfs_nthome) - 1;
static const wchar_t vfs_option[] = L"C:\\Mount\\Option";