VirtualBox

Changeset 37313 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jun 3, 2011 9:03:27 AM (14 years ago)
Author:
vboxsync
Message:

RTProcWait/win: build fix

File:
1 edited

Legend:

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

    r37312 r37313  
    11911191     * Wait for it to terminate.
    11921192     */
    1193     int rc;
    11941193    DWORD Millies = fFlags == RTPROCWAIT_FLAGS_BLOCK ? INFINITE : 0;
    11951194    DWORD WaitRc = WaitForSingleObjectEx(hProcess, Millies, TRUE);
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