VirtualBox

Changeset 74373 in vbox for trunk


Ignore:
Timestamp:
Sep 19, 2018 3:09:27 PM (6 years ago)
Author:
vboxsync
Message:

IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature again, prototype was wrong it turns out.

Location:
trunk
Files:
2 edited

Legend:

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

    r69105 r74373  
    247247 * @remark  See RTCritSectEnterMultiple().
    248248 */
    249 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
     249RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL);
    250250
    251251# endif /* IN_RING3 */
  • trunk/src/VBox/Runtime/generic/critsect-generic.cpp

    r74371 r74373  
    513513
    514514
    515 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL)
     515RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL)
    516516{
    517517    RTLOCKVALSRCPOS SrcPos = RTLOCKVALSRCPOS_INIT_DEBUG_API();
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