Changeset 29938 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 1, 2010 8:42:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29936 r29938 397 397 RTThreadUserSignal(RTThreadSelf()); 398 398 399 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 this399 /* 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 401 * before will end up crashing the process as the dll's init routine was never called. 402 402 *
Note:
See TracChangeset
for help on using the changeset viewer.