VirtualBox

Changeset 34421 in vbox


Ignore:
Timestamp:
Nov 26, 2010 5:44:43 PM (14 years ago)
Author:
vboxsync
Message:

Main/VirtualBoxClient: typos

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r34417 r34421  
    7878    int vrc = RTSemEventCreate(&mData.m_SemEvWatcher);
    7979    AssertRC(vrc);
    80     if (RT_SUCCESS(rc))
     80    if (RT_SUCCESS(vrc))
    8181    {
    8282        vrc = RTThreadCreate(&mData.m_ThreadWatcher, SVCWatcherThread,
  • trunk/src/VBox/Main/include/VirtualBoxClientImpl.h

    r34416 r34421  
    2323#include "EventImpl.h"
    2424
     25#ifdef RT_OS_WINDOWS
     26# include "win/resource.h"
     27#endif
     28
    2529class ATL_NO_VTABLE VirtualBoxClient :
    2630    public VirtualBoxBase,
     
    3640    DECLARE_CLASSFACTORY_SINGLETON(VirtualBoxClient)
    3741
    38     DECLARE_REGISTRY_RESOURCE(IDR_VIRTUALBOX)
     42    DECLARE_REGISTRY_RESOURCEID(IDR_VIRTUALBOX)
    3943    DECLARE_NOT_AGGREGATABLE(VirtualBoxClient)
    4044
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