Changeset 57426 in vbox
- Timestamp:
- Aug 18, 2015 12:42:05 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102191
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r57187 r57426 500 500 #ifndef RT_OS_WINDOWS 501 501 # ifdef CHROMIUM_THREADSAFE 502 static DECLCALLBACK(void)stubThreadTlsDtor(void *pvValue)502 static void stubThreadTlsDtor(void *pvValue) 503 503 { 504 504 ContextInfo *pCtx = (ContextInfo*)pvValue; -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r56211 r57426 130 130 131 131 /** Callback to fill in the view structures */ 132 static int 133 vboxFillViewInfo(void *pvVBox, struct VBVAINFOVIEW *pViews, uint32_t cViews) 132 static DECLCALLBACK(int) vboxFillViewInfo(void *pvVBox, struct VBVAINFOVIEW *pViews, uint32_t cViews) 134 133 { 135 134 VBOXPtr pVBox = (VBOXPtr)pvVBox; -
trunk/src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c
r56292 r57426 494 494 * to make lwip thread main function compatible with IPRT thread main function. 495 495 */ 496 static intsys_thread_adapter(RTTHREAD ThreadSelf, void *pvUser)496 static DECLCALLBACK(int) sys_thread_adapter(RTTHREAD ThreadSelf, void *pvUser) 497 497 { 498 498 THREADLOCALSTORAGE *tls = (THREADLOCALSTORAGE *)pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.