VirtualBox

Changeset 103232 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 6, 2024 8:55:42 PM (10 months ago)
Author:
vboxsync
Message:

IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r103230 r103232  
    731731            {
    732732                PROCESSENTRY32W ProcEntry;
    733                 ProcEntry.dwSize = sizeof(PROCESSENTRY32W);
     733                ProcEntry.dwSize = sizeof(ProcEntry);
    734734                ProcEntry.szExeFile[0] = '\0';
    735735                if (g_pfnProcess32FirstW(hSnap, &ProcEntry))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette