Changeset 301 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Jan 25, 2007 2:42:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp
r1 r301 72 72 } 73 73 74 DECLINLINE(int) vbglHandleHeapEnter (void)74 static DECLINLINE(int) vbglHandleHeapEnter (void) 75 75 { 76 76 int rc = RTSemFastMutexRequest(g_vbgldata.mutexHGCMHandle); … … 82 82 } 83 83 84 DECLINLINE(void) vbglHandleHeapLeave (void)84 static DECLINLINE(void) vbglHandleHeapLeave (void) 85 85 { 86 86 RTSemFastMutexRelease(g_vbgldata.mutexHGCMHandle);
Note:
See TracChangeset
for help on using the changeset viewer.