VirtualBox

Ignore:
Timestamp:
Jul 5, 2009 1:31:56 PM (15 years ago)
Author:
vboxsync
Message:

Additions: Use VBoxGuestLib.h instead of VBoxGuest.h where applicable.

File:
1 edited

Legend:

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

    r19644 r21218  
    1 
    21/* $Id$ */
    32/** @file
     
    2625*******************************************************************************/
    2726#ifdef RT_OS_WINDOWS
    28 #include <windows.h>
     27# include <Windows.h>
    2928#endif
    3029
     
    3332#include <iprt/string.h>
    3433
    35 #include <VBox/VBoxGuest.h>
     34#include <VBox/VBoxGuestLib.h>
    3635#include "VBoxServiceInternal.h"
    3736
     
    5352    {
    5453        rc = RTStrCurrentCPToUtf8(&pszValueTemp, pszValue);
    55         if (!RT_SUCCESS(rc)) 
     54        if (!RT_SUCCESS(rc))
    5655        {
    5756            VBoxServiceError("vboxVMInfoThread: Failed to convert the value name \"%s\" to Utf8! Error: %Rrc\n", pszValue, rc);
     
    9291#ifdef RT_OS_WINDOWS
    9392/** @todo Use TCHAR here instead of LPC*STR crap. */
    94 BOOL VboxServiceGetFileString(LPCWSTR pszFileName, 
    95                               LPWSTR pszBlock, 
    96                               LPWSTR pszString, 
     93BOOL VboxServiceGetFileString(LPCWSTR pszFileName,
     94                              LPWSTR pszBlock,
     95                              LPWSTR pszString,
    9796                              PUINT puiSize)
    9897{
     
    149148
    150149BOOL VboxServiceGetFileVersion(LPCWSTR pszFileName,
    151                                DWORD* pdwMajor, 
    152                                DWORD* pdwMinor, 
    153                                DWORD* pdwBuildNumber, 
     150                               DWORD* pdwMajor,
     151                               DWORD* pdwMinor,
     152                               DWORD* pdwBuildNumber,
    154153                               DWORD* pdwRevisionNumber)
    155154{
     
    233232}
    234233#endif /* !RT_OS_WINDOWS */
     234
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