VirtualBox

Changeset 129 in vbox


Ignore:
Timestamp:
Jan 18, 2007 12:07:02 AM (18 years ago)
Author:
vboxsync
Message:

Generic Uuid. Corrected Gen.u16TimeMin to Gen.u16TimeMid.

Location:
trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r1 r129  
    986986    {
    987987        uint32_t    u32TimeLow;
    988         uint16_t    u16TimeMin;
     988        uint16_t    u16TimeMid;
    989989        uint16_t    u16TimeHiAndVersion;
    990990        uint16_t    u16ClockSeq;
  • trunk/src/VBox/Runtime/Makefile

    r96 r129  
    101101ifdef IPRT_WITH_KLDR
    102102 RuntimeR3_DEFS        += LDR_WITH_KLDR KLDR_USE_CRT
    103  RuntimeR3_DEFS.debug  += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT 
     103 RuntimeR3_DEFS.debug  += KLDRMOD_STRICT KLDRMODLX_STRICT KLDRMODPE_STRICT KLDRMODNATIVE_STRICT KLDRRDR_STRICT
    104104endif
    105105RuntimeR3_DEFS.l4       = L4
     
    113113        $(IPRT_PATH_KLDR)
    114114endif
    115 RuntimeR3_INCS.os2      = \
    116         $(PATH_ROOT)/src/libs/libuuid
    117115RuntimeR3_INCS.l4       = \
    118116        $(PATH_ROOT)/src/libs/libuuid \
     
    272270        generic/semnoint-generic.cpp \
    273271        generic/sched-generic.cpp \
     272        generic/uuid-generic.cpp \
    274273        os2/RTErrConvertFromOS2.cpp \
    275         r3/linux/uuid-linux.cpp \
    276274        r3/os2/sems-os2.cpp \
    277275        r3/os2/system-os2.cpp \
  • trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp

    r1 r129  
    416416                                           "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
    417417                                           pUuid->Gen.u32TimeLow,
    418                                            pUuid->Gen.u16TimeMin,
     418                                           pUuid->Gen.u16TimeMid,
    419419                                           pUuid->Gen.u16TimeHiAndVersion,
    420420                                           pUuid->Gen.u16ClockSeq & 0xff,
  • trunk/src/VBox/Runtime/strformatrt.cpp

    r1 r129  
    419419                                               "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
    420420                                               u.pUuid->Gen.u32TimeLow,
    421                                                u.pUuid->Gen.u16TimeMin,
     421                                               u.pUuid->Gen.u16TimeMid,
    422422                                               u.pUuid->Gen.u16TimeHiAndVersion,
    423423                                               u.pUuid->Gen.u16ClockSeq & 0xff,
  • trunk/src/VBox/Runtime/testcase/Makefile

    r26 r129  
    5050        tstUtf8 \
    5151        tstDeadlock \
     52        tstUuid \
    5253        tstErrUnique
    5354PROGRAMS.win = \
     
    173174tstDeadlock_SOURCES = tstDeadlock.cpp
    174175
     176tstUuid_SOURCES = tstUuid.cpp
     177
    175178tstErrUnique_SOURCES = tstErrUnique.cpp
    176179tstErrUnique_INCS    = $(PATH_TARGET)/..
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette