[service_main]: Code cleanup, remove commented out debugging,
remove unnecessary include files.
This commit is contained in:
parent
796ed1d06f
commit
8a093f32f1
1 changed files with 0 additions and 4 deletions
|
@ -32,9 +32,6 @@
|
|||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <winsock.h>
|
||||
#include <process.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "service.h"
|
||||
|
@ -222,7 +219,6 @@ service_main(DWORD argc, LPTSTR *argv)
|
|||
s_char tbuf[256];
|
||||
DWORD status;
|
||||
|
||||
// DebugBreak();
|
||||
optind = 1;
|
||||
opterr = 1;
|
||||
while ((op = getopt(argc, argv, "D:e:")) != EOF) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue