From 4d82cc0c15bd43f70375eec295e9f08e092bc9ed 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 --- opendj-sdk/opends/src/build-tools/windows/service.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/build-tools/windows/service.h b/opendj-sdk/opends/src/build-tools/windows/service.h index 5971df2..c5c9a5a 100644 --- a/opendj-sdk/opends/src/build-tools/windows/service.h +++ b/opendj-sdk/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