Changeset 10613
- Timestamp:
- 07/14/08 21:25:05 (3 months ago)
- Files:
-
- trunk/Config.kmk (modified) (1 diff)
- trunk/src/VBox/Main/ProgressImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Config.kmk
r10610 r10613 323 323 # Enable the host/guest information service and registry 324 324 VBOX_WITH_INFO_SVC = 1 325 # Enable performance API 325 # Enable performance API on Linux, Solaris and Windows 326 if1of ($(KBUILD_TARGET),linux solaris win) 326 327 VBOX_WITH_RESOURCE_USAGE_API = 1 328 endif 329 # Enable POSIX timers on Linux and Solaris 330 if1of ($(KBUILD_TARGET),linux solaris) 331 IPRT_WITH_POSIX_TIMERS = 1 332 endif 327 333 328 334 # trunk/src/VBox/Main/ProgressImpl.cpp
r10612 r10613 19 19 * additional information or have any questions. 20 20 */ 21 22 #include <iprt/stdint.h>23 21 24 22 #if defined (VBOX_WITH_XPCOM)

