VirtualBox

Changeset 7054 in vbox


Ignore:
Timestamp:
Feb 20, 2008 5:17:19 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28289
Message:

fixed debug windows build.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r6962 r7054  
    10451045RuntimeGuestR0_SOURCES.$(BUILD_TARGET) := $(RuntimeR0Drv_SOURCES.$(BUILD_TARGET))
    10461046RuntimeGuestR0_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH) := $(RuntimeR0Drv_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
     1047RuntimeGuestR0_SOURCES.win             += common/string/memcmp.cpp
    10471048ifdef VBOX_USE_VCC80
    10481049RuntimeGuestR0_SOURCES.win += \
    10491050        common/string/memchr.cpp \
    1050         common/string/memcmp.cpp \
    10511051        common/string/memcpy.cpp \
    10521052        common/string/memset.cpp \
     
    10711071        $(filter-out generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \
    10721072        $(RuntimeR0Drv_SOURCES.win) \
    1073         VBox/logbackdoor.cpp
     1073        VBox/logbackdoor.cpp \
     1074        common/string/memcmp.cpp
    10741075ifdef VBOX_USE_VCC80
    10751076RuntimeW32GuestR0_SOURCES += \
    10761077        common/string/memchr.cpp \
    1077         common/string/memcmp.cpp \
    10781078        common/string/memcpy.cpp \
    10791079        common/string/memset.cpp \
  • trunk/src/VBox/Runtime/common/string/memcmp.cpp

    r5999 r7054  
    4848__checkReturn int __cdecl memcmp(__in_bcount_opt(_Size) const void * pvDst, __in_bcount_opt(_Size) const void * pvSrc, __in size_t cb)
    4949# else
    50 int memcmp(const void *pvDst, const void *pvSrc, size_t cb)
     50int __cdecl memcmp(const void *pvDst, const void *pvSrc, size_t cb)
    5151# endif
    5252#else
Note: See TracChangeset for help on using the changeset viewer.

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