Changeset 32110 in vbox for trunk/src/VBox/Installer/win/InstallHelper
- Timestamp:
- Aug 31, 2010 8:36:13 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65383
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r31857 r32110 1 /* $Id :*/1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxCommon - Misc helper routines for install helper. … … 16 16 */ 17 17 18 #ifndef __ VBoxInstallHelper_Common_h__19 #define __ VBoxInstallHelper_Common_h__18 #ifndef ___VBoxInstallHelper_Common_h 19 #define ___VBoxInstallHelper_Common_h 20 20 21 21 #if (_MSC_VER < 1400) /* Provide _stprintf_s to VC < 8.0. */ … … 23 23 #endif 24 24 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);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); 27 27 28 #endif /* __VBoxInstallHelper_Common_h__*/28 #endif /* !___VBoxInstallHelper_Common_h */
Note:
See TracChangeset
for help on using the changeset viewer.