Changeset 46710 in vbox
- Timestamp:
- Jun 20, 2013 2:54:54 PM (11 years ago)
- 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.

