VirtualBox

Changeset 57426 in vbox


Ignore:
Timestamp:
Aug 18, 2015 12:42:05 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102191
Message:

DECLCALLBACK

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r57187 r57426  
    500500#ifndef RT_OS_WINDOWS
    501501# ifdef CHROMIUM_THREADSAFE
    502 static DECLCALLBACK(void) stubThreadTlsDtor(void *pvValue)
     502static void stubThreadTlsDtor(void *pvValue)
    503503{
    504504    ContextInfo *pCtx = (ContextInfo*)pvValue;
  • trunk/src/VBox/Additions/x11/vboxvideo/vbva.c

    r56211 r57426  
    130130
    131131/** Callback to fill in the view structures */
    132 static int
    133 vboxFillViewInfo(void *pvVBox, struct VBVAINFOVIEW *pViews, uint32_t cViews)
     132static DECLCALLBACK(int) vboxFillViewInfo(void *pvVBox, struct VBVAINFOVIEW *pViews, uint32_t cViews)
    134133{
    135134    VBOXPtr pVBox = (VBOXPtr)pvVBox;
  • trunk/src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c

    r56292 r57426  
    494494 * to make lwip thread main function compatible with IPRT thread main function.
    495495 */
    496 static int sys_thread_adapter(RTTHREAD ThreadSelf, void *pvUser)
     496static DECLCALLBACK(int) sys_thread_adapter(RTTHREAD ThreadSelf, void *pvUser)
    497497{
    498498    THREADLOCALSTORAGE *tls = (THREADLOCALSTORAGE *)pvUser;
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