- Timestamp:
- Jun 1, 2010 8:59:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29938 r29939 398 398 399 399 /* 400 401 402 403 404 400 * Block here first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind of risky; other code that uses LoadLibrary on a dll loaded like this 401 * before will end up crashing the process as the dll's init routine was never called. 402 * 403 * We have to use this feature as we can't simply execute all init code in our service process. 404 * 405 405 */ 406 406 int rc = RTSemEventMultiWait(g_PageSharingEvent, 60000);
Note:
See TracChangeset
for help on using the changeset viewer.