VirtualBox

Ignore:
Timestamp:
Jan 21, 2009 2:01:28 PM (16 years ago)
Author:
vboxsync
Message:

VBoxGINA: Added proper backdoor logging + release log indication when it gets loaded. This also fixed crashing of the system when running in debug mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp

    r8155 r16138  
    8383        case DLL_PROCESS_ATTACH:
    8484        {
     85            RTR3Init();
     86            VbglR3Init();
     87            LogRel(("VBoxGina: DLL loaded.\n"));
     88
    8589            DisableThreadLibraryCalls(hInstance);
    8690            hDllInstance = hInstance;
     
    8993
    9094        case DLL_PROCESS_DETACH:
     95        {
     96            LogRel(("VBOXNP: DLL unloaded.\n"));
     97            VbglR3Term();
     98            /// @todo RTR3Term();
     99            break;
     100        }
     101
    91102        default:
    92103            break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette