Project

General

Profile

« Previous | Next » 

Revision 368d31d4

Added by Hamish Coleman over 13 years ago

  • ID 368d31d4816d2b3a346918bb426efce8ba716283

Update win-scm with new learnings, also add a service test helper program

View differences:

wconsd.c
switch(c) {
case 'i': {
/* request service installation */
char *path = SCM_Install(&sd);
char *path = SCM_Install(&sd,NULL);
if (!path) {
printf("Service installation failed\n");
return 2;

Also available in: Unified diff