VirtualBox

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


Ignore:
Timestamp:
Mar 4, 2010 12:35:49 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58327
Message:

made the testsuite build on windows.

File:
1 edited

Legend:

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

    r26824 r27017  
    229229
    230230
     231RTR3DECL(int) RTProcWaitNoResume(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus)
     232{
     233    /** @todo this isn't quite right. */
     234    return RTProcWait(Process, fFlags, pProcStatus);
     235}
     236
     237
    231238RTR3DECL(int) RTProcTerminate(RTPROCESS Process)
    232239{
Note: See TracChangeset for help on using the changeset viewer.

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