VirtualBox

Ignore:
Timestamp:
Aug 31, 2010 8:36:13 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65383
Message:

nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h

    r31857 r32110  
    1 /* $Id: */
     1/* $Id$ */
    22/** @file
    33* VBoxCommon - Misc helper routines for install helper.
     
    1616 */
    1717
    18 #ifndef __VBoxInstallHelper_Common_h__
    19 #define __VBoxInstallHelper_Common_h__
     18#ifndef ___VBoxInstallHelper_Common_h
     19#define ___VBoxInstallHelper_Common_h
    2020
    2121#if (_MSC_VER < 1400) /* Provide _stprintf_s to VC < 8.0. */
     
    2323#endif
    2424
    25 UINT VBoxGetProperty(MSIHANDLE a_hModule, TCHAR* a_pszName, TCHAR* a_pValue, DWORD a_dwSize);
    26 UINT VBoxSetProperty(MSIHANDLE a_hModule, TCHAR* a_pszName, TCHAR* a_pValue);
     25UINT VBoxGetProperty(MSIHANDLE a_hModule, TCHAR *a_pszName, TCHAR *a_pValue, DWORD a_dwSize);
     26UINT VBoxSetProperty(MSIHANDLE a_hModule, TCHAR *a_pszName, TCHAR *a_pValue);
    2727
    28 #endif /* __VBoxInstallHelper_Common_h__ */
     28#endif /* !___VBoxInstallHelper_Common_h */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette