From 73cd90e4f9eb24891ad70f15ef6ede5f077c88aa Mon Sep 17 00:00:00 2001 From: davidely <davidely@localhost> Date: Mon, 07 May 2007 16:33:57 +0000 Subject: [PATCH] Updating Windows service related code and executables. This fixes a problem with stopping the server on Windows, and also adds a lot of debug logging to the service code, so we can track problems down in the future --- opends/src/build-tools/windows/service.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/build-tools/windows/service.h b/opends/src/build-tools/windows/service.h index 5971df2..c5c9a5a 100644 --- a/opends/src/build-tools/windows/service.h +++ b/opends/src/build-tools/windows/service.h @@ -25,12 +25,12 @@ * Portions Copyright 2007 Sun Microsystems, Inc. */ +#include "common.h" #include <errno.h> #include <fcntl.h> #include <io.h> #include <stdio.h> #include <sys/locking.h> -#include "common.h" #include "EventLogMsg.h" #define MAX_SERVICE_NAME 256 -- Gitblit v1.10.0