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/winlauncher.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/build-tools/windows/winlauncher.h b/opendj-sdk/opends/src/build-tools/windows/winlauncher.h index beb5414..58f7868 100644 --- a/opendj-sdk/opends/src/build-tools/windows/winlauncher.h +++ b/opendj-sdk/opends/src/build-tools/windows/winlauncher.h @@ -25,11 +25,11 @@ * Portions Copyright 2007 Sun Microsystems, Inc. */ +#include "common.h" #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <process.h> -#include "common.h" #define PATH_SIZE 1024 #define BUF_SIZE 1024 -- Gitblit v1.10.0