VirtualBox

Changeset 19352 in vbox


Ignore:
Timestamp:
May 5, 2009 8:01:39 AM (16 years ago)
Author:
vboxsync
Message:

VBoxService/common: Update.

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk

    r19327 r19352  
    3939VBoxService_SOURCES       = \
    4040        VBoxService.cpp \
    41         VBoxServiceTimeSync.cpp
     41        VBoxServiceTimeSync.cpp \
     42        VBoxServiceUtils.cpp
    4243VBoxService_SOURCES.win   = \
    4344        VBoxService-win.cpp \
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r19328 r19352  
    105105    TCHAR szLogonDomain [_MAX_PATH];
    106106} VBOXSERVICEVMINFOUSER;
     107/** Structure for the file information lookup. */
     108typedef struct
     109{
     110    TCHAR* pszFilePath;
     111    TCHAR* pszFileName;
     112} VBOXSERVICEVMINFOFILE;
    107113/** Function prototypes for dynamic loading. */
    108114typedef DWORD (WINAPI* fnWTSGetActiveConsoleSessionId)();
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