Changeset 5310 in vbox
- Timestamp:
- Oct 15, 2007 10:33:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r5308 r5310 51 51 52 52 #include "vl_vbox.h" 53 54 /** @todo Replace struct tm with RTTIME. */55 #include <time.h>56 53 57 54 struct RTCState; … … 103 100 #define REG_B_UIE 0x10 104 101 102 /** @todo Replace struct my_tm with RTTIME. */ 105 103 struct my_tm 106 104 {
Note:
See TracChangeset
for help on using the changeset viewer.