Changeset 41774 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Jun 16, 2012 2:44:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r41067 r41774 761 761 break; 762 762 case 0xC000010E /* STATUS_IMAGE_ALREADY_LOADED */ : 763 Log(("WARNING: see #4853for cause of this failure on Windows 7 x64\n"));763 Log(("WARNING: see @bugref{4853} for cause of this failure on Windows 7 x64\n")); 764 764 rc = VERR_ALREADY_LOADED; 765 765 break;
Note:
See TracChangeset
for help on using the changeset viewer.