VirtualBox

Ignore:
Timestamp:
May 4, 2009 2:56:39 PM (16 years ago)
Author:
vboxsync
Message:

VBoxService/common: Fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r19327 r19328  
    123123extern int VBoxServiceStopServices(void);
    124124
    125 #ifdef RT_OS_WINDOWS
    126125extern VBOXSERVICE g_TimeSync;
    127126extern VBOXSERVICE g_Clipboard;
     
    129128extern VBOXSERVICE g_VMInfo;
    130129
    131 extern DWORD                 g_rcWinService;
     130#ifdef RT_OS_WINDOWS
     131extern DWORD g_rcWinService;
    132132extern SERVICE_STATUS_HANDLE g_hWinServiceStatus;
    133133extern SERVICE_TABLE_ENTRY const g_aServiceTable[];     /** @todo generate on the fly, see comment in main() from the enabled sub services. */
    134134
     135/** Installs the service into the registry. */
    135136extern int VBoxServiceWinInstall(void);
     137/** Uninstalls the service from the registry. */
    136138extern int VBoxServiceWinUninstall(void);
    137 /** Detects wheter a user is logged on based on the
    138  *  enumerated processes. */
     139/** Detects wheter a user is logged on based on the enumerated processes. */
    139140extern BOOL VboxServiceVMInfoWinIsLoggedIn(VBOXSERVICEVMINFOUSER* a_pUserInfo,
    140141                                           PLUID a_pSession,
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