Project

General

Profile

« Previous | Next » 

Revision 780d7607

Added by Hamish Coleman over 16 years ago

  • ID 780d7607cff8eed048c5687520ca46e10a59d41c

Add winelib support and the ability to set the listen port

View differences:

wconsd.c
// request service removal
RemoveService();
return 0;
} else if (strcmp(argv[1],"-p")==0) {
console_application=1;
default_tcpport = atoi(argv[2]);
} else if (strcmp(argv[1],"-d")==0) {
console_application=1;
} else {

Also available in: Unified diff