VirtualBox

Changeset 25796 in vbox


Ignore:
Timestamp:
Jan 13, 2010 8:54:27 AM (15 years ago)
Author:
vboxsync
Message:

VBoxService: Not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp

    r25795 r25796  
    2626#include <iprt/assert.h>
    2727#include <iprt/err.h>
    28 #include <iprt/ldr.h>
    2928#include <VBox/VBoxGuestLib.h>
    3029#include "VBoxServiceInternal.h"
     
    3635DWORD                 g_rcWinService = 0;
    3736SERVICE_STATUS_HANDLE g_hWinServiceStatus = NULL;
    38 
    39 /** Dynamically loaded function ChangeServiceConfig2() which is not available in NT4. */
    40 typedef BOOL (WINAPI FNCHANGESERVICECONFIG2) (SC_HANDLE hService, DWORD dwInfoLevel, LPVOID lpInfo);
    41 /** Pointer to FNCHANGESERVICECONFIG2. */
    42 typedef FNCHANGESERVICECONFIG2 *PFNCHANGESERVICECONFIG2;
    4337
    4438void WINAPI VBoxServiceWinMain (DWORD argc, LPTSTR *argv);
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