- Timestamp:
- Aug 11, 2009 4:12:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r22175 r22177 277 277 BIOSBootMenuMode_T biosBootMenuMode; 278 278 bool fPXEDebugEnabled; 279 LONG64llTimeOffset;279 int64_t llTimeOffset; 280 280 }; 281 281 … … 495 495 496 496 enum { HardDisk } type; // @todo: implement DVD attachments here 497 LONGlPort;498 LONGlDevice;497 int32_t lPort; 498 int32_t lDevice; 499 499 com::Guid uuid; 500 500 }; … … 519 519 520 520 // only for when controllerType == StorageControllerType_IntelAhci: 521 LONGlIDE0MasterEmulationPort,521 int32_t lIDE0MasterEmulationPort, 522 522 lIDE0SlaveEmulationPort, 523 523 lIDE1MasterEmulationPort,
Note:
See TracChangeset
for help on using the changeset viewer.