VirtualBox

Ignore:
Timestamp:
Oct 12, 2015 11:40:57 AM (9 years ago)
Author:
vboxsync
Message:

VbglInit -> VbglInitPrimary & VbglInitClient. VBoxGuestLib/Init.cpp cleanups and positive thinking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp

    r57358 r58178  
    6464 * The caller will do the necessary AttachDD and calling of the 16 bit
    6565 * IDC to initialize the g_VBoxGuestIDC global. Perhaps we should move
    66  * this bit to VbglInit? It's just that it's so much simpler to do it
     66 * this bit to VbglInitClient? It's just that it's so much simpler to do it
    6767 * while we're on the way here...
    6868 *
    6969 */
    70 DECLASM(void)
    71 VBoxSFR0Init(void)
     70DECLASM(void) VBoxSFR0Init(void)
    7271{
    7372    Log(("VBoxSFR0Init: g_fpfnDevHlp=%lx u32Version=%RX32 u32Session=%RX32 pfnServiceEP=%p g_u32Info=%u (%#x)\n",
     
    8483        if (RT_SUCCESS(rc))
    8584        {
    86             rc = VbglInit();
     85            rc = VbglInitClient();
    8786            if (RT_SUCCESS(rc))
    8887            {
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