VirtualBox

Ignore:
Timestamp:
May 6, 2016 2:43:04 PM (9 years ago)
Author:
vboxsync
Message:

Never use static instances of CComModule as it messes up the log filename by using VBoxRT.dll before it's initialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r60765 r60865  
    131131}
    132132
    133 static CExeModule _Module;
    134133
    135134BEGIN_OBJECT_MAP(ObjectMap)
     
    173172     */
    174173    RTR3InitExe(argc, &argv, 0);
     174    CExeModule _Module;
    175175
    176176    /* Note that all options are given lowercase/camel case/uppercase to
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