Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/Runtime/r3/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
r28800 r33540 47 47 48 48 /** 49 * Internal worker that determin s the max possible CPU count.49 * Internal worker that determines the max possible CPU count. 50 50 * 51 51 * @returns Max cpus. … … 180 180 181 181 /* 182 * Use the depr icated one.182 * Use the deprecated one. 183 183 */ 184 184 int aiMib[2]; -
trunk/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp
r33426 r33540 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - Path Conver tions, Darwin.3 * IPRT - Path Conversions, Darwin. 4 4 * 5 5 * On darwin path names on the disk are decomposed using normalization
Note:
See TracChangeset
for help on using the changeset viewer.