Changeset 27017 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2010 12:35:49 PM (15 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r27014 r27017 35 35 # Targets 36 36 # 37 LIBRARIES += SUPR3 SUPR3 HardenedStatic37 LIBRARIES += SUPR3 SUPR3Static SUPR3HardenedStatic 38 38 if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 39 39 ifeq ($(filter-out pe lx,$(VBOX_LDR_FMT)),) … … 93 93 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp 94 94 95 # 96 # Static version of SUPR3. 97 # 98 SUPR3Static_TEMPLATE = VBOXR3STATIC 99 SUPR3Static_EXTENDS = SUPR3 95 100 96 101 # -
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r26824 r27017 229 229 230 230 231 RTR3DECL(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 231 238 RTR3DECL(int) RTProcTerminate(RTPROCESS Process) 232 239 {
Note:
See TracChangeset
for help on using the changeset viewer.