- Timestamp:
- Jun 20, 2013 2:54:54 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r46709 r46710 142 142 char szPath[MAX_PATH]; 143 143 UINT cchPath = GetModuleFileNameA(NULL, szPath, sizeof(szPath)); 144 size_t cbName = strlen(pszName) + 1; 144 145 if (cchPath && cchPath <= sizeof(szPath)) 145 146 {
Note:
See TracChangeset
for help on using the changeset viewer.