Changeset 63256 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Aug 10, 2016 12:04:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/AuthLibrary.cpp
r62485 r63256 42 42 } AuthCtx; 43 43 44 static DECLCALLBACK(int) authThread(RTTHREAD self, void *pvUser) 45 { 44 static DECLCALLBACK(int) authThread(RTTHREAD hThreadSelf, void *pvUser) 45 { 46 RT_NOREF(hThreadSelf); 46 47 AuthCtx *pCtx = (AuthCtx *)pvUser; 47 48
Note:
See TracChangeset
for help on using the changeset viewer.