testing ros-diffs

svn path=/trunk/; revision=24433
This commit is contained in:
Ged Murphy 2006-10-07 14:35:22 +00:00
parent a40bc5ff5f
commit 71bc38ca20
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@
#include <commctrl.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "Services control application\0"
#define REACTOS_STR_INTERNAL_NAME "sc\0"
#define REACTOS_STR_ORIGINAL_FILENAME "sc.exe\0"
#define REACTOS_STR_FILE_DESCRIPTION "Services control application\0"
#define REACTOS_STR_INTERNAL_NAME "sc\0"
#define REACTOS_STR_ORIGINAL_FILENAME "sc.exe\0"
#include <reactos/version.rc>
//#include "En.rc"

View file

@ -49,7 +49,7 @@ BOOL Start(LPCTSTR ServiceName, LPCTSTR *ServiceArgs, INT ArgCount)
ArgCount,
ServiceArgs))
{
_tprintf(_T("[SC] StartService FAILED %lu:\n\n"), GetLastError());
_tprintf(_T("[SC] StartService FAILED %lu:\n\n"), GetLastError());
goto fail;
}