Skip to content

Commit

Permalink
Update process.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
time-killer-games authored Sep 9, 2024
1 parent b37984a commit 47267f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiprocess/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ namespace {
std::vector<wchar_t> cwd_cmd_env_from_proc(HANDLE proc, int type) {
std::vector<wchar_t> buffer;
PEB peb;
std::size_t nRead = 0;
SIZE_T nRead = 0;
ULONG len = 0;
PROCESS_BASIC_INFORMATION pbi;
RTL_USER_PROCESS_PARAMETERS upp;
Expand Down

0 comments on commit 47267f1

Please sign in to comment.