VirtualBox

Ignore:
Timestamp:
Aug 29, 2008 2:09:39 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35651
Message:

made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => VBOX_WITH_HGCM; Makefile cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r11354 r11820  
    285285    AssertComRCReturnRC (rc);
    286286
    287 #ifdef VBOX_VRDP
     287#ifdef VBOX_WITH_VRDP
    288288    rc = mMachine->COMGETTER(VRDPServer) (unconst (mVRDPServer).asOutParam());
    289289    AssertComRCReturnRC (rc);
     
    447447    unconst (mFloppyDrive).setNull();
    448448    unconst (mDVDDrive).setNull();
    449 #ifdef VBOX_VRDP
     449#ifdef VBOX_WITH_VRDP
    450450    unconst (mVRDPServer).setNull();
    451451#endif
     
    645645    AssertComRCReturnVoid (autoCaller.rc());
    646646
    647 #ifdef VBOX_VRDP
     647#ifdef VBOX_WITH_VRDP
    648648    uint32_t u32Clients = ASMAtomicIncU32(&mcVRDPClients);
    649649
     
    657657    NOREF(u32ClientId);
    658658    mDisplay->VideoAccelVRDP (true);
    659 #endif /* VBOX_VRDP */
     659#endif /* VBOX_WITH_VRDP */
    660660
    661661    LogFlowFuncLeave();
     
    673673    AssertReturnVoid (mConsoleVRDPServer);
    674674
    675 #ifdef VBOX_VRDP
     675#ifdef VBOX_WITH_VRDP
    676676    uint32_t u32Clients = ASMAtomicDecU32(&mcVRDPClients);
    677677
     
    684684
    685685    mDisplay->VideoAccelVRDP (false);
    686 #endif /* VBOX_VRDP */
     686#endif /* VBOX_WITH_VRDP */
    687687
    688688    if (fu32Intercepted & VRDP_CLIENT_INTERCEPT_USB)
     
    691691    }
    692692
    693 #ifdef VBOX_VRDP
     693#ifdef VBOX_WITH_VRDP
    694694    if (fu32Intercepted & VRDP_CLIENT_INTERCEPT_CLIPBOARD)
    695695    {
     
    713713        }
    714714    }
    715 #endif /* VBOX_VRDP */
     715#endif /* VBOX_WITH_VRDP */
    716716
    717717    Guid uuid;
     
    741741    NOREF(u32ClientId);
    742742
    743 #ifdef VBOX_VRDP
     743#ifdef VBOX_WITH_VRDP
    744744    mcAudioRefs++;
    745745
     
    785785    AssertReturnVoid (mConsoleVRDPServer);
    786786
    787 #ifdef VBOX_VRDP
     787#ifdef VBOX_WITH_VRDP
    788788    mConsoleVRDPServer->ClipboardCreate (u32ClientId);
    789 #endif /* VBOX_VRDP */
     789#endif /* VBOX_WITH_VRDP */
    790790
    791791    LogFlowFuncLeave();
     
    43404340
    43414341
    4342 #ifdef VBOX_HGCM
     4342#ifdef VBOX_WITH_HGCM
    43434343    /*
    43444344     *  Shutdown HGCM services before stopping the guest, because they might need a cleanup.
     
    44054405                                      ComSafeArrayAsInParam (flags));
    44064406# endif /* VBOX_WITH_GUEST_PROPS defined */
    4407 #endif /* VBOX_HGCM */
     4407#endif /* VBOX_WITH_HGCM */
    44084408
    44094409    /* First, wait for all mpVM callers to finish their work if necessary */
     
    62086208    do
    62096209    {
    6210 #ifdef VBOX_VRDP
     6210#ifdef VBOX_WITH_VRDP
    62116211        /* Create the VRDP server. In case of headless operation, this will
    62126212         * also create the framebuffer, required at VM creation.
     
    62476247            break;
    62486248        }
    6249 #endif /* VBOX_VRDP */
     6249#endif /* VBOX_WITH_VRDP */
    62506250
    62516251        /*
     
    62656265        alock.enter();
    62666266
    6267 #ifdef VBOX_VRDP
     6267#ifdef VBOX_WITH_VRDP
    62686268        /* Enable client connections to the server. */
    62696269        console->consoleVRDPServer()->EnableConnections ();
    6270 #endif /* VBOX_VRDP */
     6270#endif /* VBOX_WITH_VRDP */
    62716271
    62726272        if (VBOX_SUCCESS (vrc))
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