- Timestamp:
- Apr 30, 2007 1:41:35 PM (18 years ago)
- Location:
- trunk/src/VBox/Main/hgcm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r2386 r2433 2244 2244 /* Wait for the thread termination. */ 2245 2245 hgcmThreadWait (g_hgcmThread); 2246 g_hgcmThread = 0; 2246 2247 2247 2248 hgcmThreadUninit (); -
trunk/src/VBox/Main/hgcm/HGCMObjects.cpp
r1788 r2433 226 226 HGCMObject *pObject = NULL; 227 227 228 if ((handle & 0x7FFFFFFF) == 0) 229 { 230 return pObject; 231 } 232 228 233 int rc = hgcmObjEnter (); 229 234
Note:
See TracChangeset
for help on using the changeset viewer.