Changeset 10613 in vbox
- Timestamp:
- Jul 14, 2008 7:25:05 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33314
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note:
See TracChangeset
for help on using the changeset viewer.