[service_main]: Code cleanup, remove commented out debugging,

remove unnecessary include files.
This commit is contained in:
Ron Koenderink 2005-01-22 19:45:17 +00:00
parent 796ed1d06f
commit 8a093f32f1

View file

@ -32,9 +32,6 @@
*/ */
#include <windows.h> #include <windows.h>
#include <winsock.h>
#include <process.h>
#include <stdio.h>
#include "prototypes.h" #include "prototypes.h"
#include "service.h" #include "service.h"
@ -222,7 +219,6 @@ service_main(DWORD argc, LPTSTR *argv)
s_char tbuf[256]; s_char tbuf[256];
DWORD status; DWORD status;
// DebugBreak();
optind = 1; optind = 1;
opterr = 1; opterr = 1;
while ((op = getopt(argc, argv, "D:e:")) != EOF) { while ((op = getopt(argc, argv, "D:e:")) != EOF) {