Project

General

Profile

« Previous | Next » 

Revision ee345c39

Added by Hamish Coleman over 13 years ago

  • ID ee345c394eb78c5ba96b8514ba0dfaf318ba85b9

Update win-scm service detection from the svctest results

View differences:

svctest.c
return 1;
}
char **env = environ;
while(*env) {
dprintf(1,"%s:%i: env==%s\n",__FILE__,__LINE__,*env);
env++;
}
dprintf(1,"%s:%i: getenv(USERNAME)==%s\n",__FILE__,__LINE__,getenv("USERNAME"));
char buf[100];
int res = GetConsoleTitle(&buf,sizeof(buf));
dprintf(1,"%s:%i: GetConsoleTitle()==%i, %s\n",__FILE__,__LINE__,
res,buf);
trace("return 0");
return 0;
}

Also available in: Unified diff