Changeset 80573 in vbox for trunk/src/VBox/Frontends/VBoxAutostart
- Timestamp:
- Sep 4, 2019 5:54:47 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133092
- Location:
- trunk/src/VBox/Frontends/VBoxAutostart
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk
r80569 r80573 30 30 VBoxAutostart-win.cpp \ 31 31 ../Common/PasswordInput.cpp 32 VBoxAutostartSvc_LIBS.win += Secur32.lib 32 VBoxAutostartSvc_LIBS.win += Secur32.lib 33 33 else 34 34 PROGRAMS += VBoxAutostart -
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp
r80569 r80573 488 488 int vrc = autostartGetServiceName(pszUser, sServiceName); 489 489 if (!RT_FAILURE(vrc)) 490 return autostartSvcDisplayError("delete - DeleteService failed, service name for user %s can not be constructed.\n", 490 return autostartSvcDisplayError("delete - DeleteService failed, service name for user %s can not be constructed.\n", 491 491 pszUser); 492 492 /* -
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h
r80569 r80573 322 322 323 323 #endif /* !VBOX_INCLUDED_SRC_VBoxAutostart_VBoxAutostart_h */ 324
Note:
See TracChangeset
for help on using the changeset viewer.