VirtualBox

Changeset 27017 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 4, 2010 12:35:49 PM (15 years ago)
Author:
vboxsync
Message:

made the testsuite build on windows.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r27014 r27017  
    3535# Targets
    3636#
    37 LIBRARIES += SUPR3 SUPR3HardenedStatic
     37LIBRARIES += SUPR3 SUPR3Static SUPR3HardenedStatic
    3838if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE)
    3939 ifeq ($(filter-out pe lx,$(VBOX_LDR_FMT)),)
     
    9393        $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp
    9494
     95#
     96# Static version of SUPR3.
     97#
     98SUPR3Static_TEMPLATE = VBOXR3STATIC
     99SUPR3Static_EXTENDS = SUPR3
    95100
    96101#
  • 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.

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