Changeset 19620 in vbox
- Timestamp:
- May 12, 2009 1:22:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h
r19618 r19620 29 29 #ifdef RT_OS_WINDOWS 30 30 /** Gets a pre-formatted version string from the VS_FIXEDFILEINFO table. */ 31 BOOL VboxServiceGetFileVersionString(LPCWSTR pszPath, LPCWSTR pszFileName, c onst char* pszVersion, UINT uiSize);31 BOOL VboxServiceGetFileVersionString(LPCWSTR pszPath, LPCWSTR pszFileName, char* pszVersion, UINT uiSize); 32 32 #endif 33 33
Note:
See TracChangeset
for help on using the changeset viewer.