Changeset 33273 in vbox
- Timestamp:
- Oct 20, 2010 5:36:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r33272 r33273 1079 1079 */ 1080 1080 if ( (g_pszProgName && stricmp(pszExec, g_pszProgName) == 0) 1081 || stricmp(pszExec, "VBoxService"))1081 || stricmp(pszExec, VBOXSERVICE_NAME)) 1082 1082 { 1083 1083 /* Search the path of our executable. */
Note:
See TracChangeset
for help on using the changeset viewer.