VirtualBox

Ignore:
Timestamp:
Jan 25, 2007 2:42:44 PM (18 years ago)
Author:
vboxsync
Message:

Rewrote the additions installer and made it work with Slackware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp

    r1 r301  
    7272}
    7373
    74 DECLINLINE(int) vbglHandleHeapEnter (void)
     74static DECLINLINE(int) vbglHandleHeapEnter (void)
    7575{
    7676    int rc = RTSemFastMutexRequest(g_vbgldata.mutexHGCMHandle);
     
    8282}
    8383
    84 DECLINLINE(void) vbglHandleHeapLeave (void)
     84static DECLINLINE(void) vbglHandleHeapLeave (void)
    8585{
    8686    RTSemFastMutexRelease(g_vbgldata.mutexHGCMHandle);
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