From 4c484ff6ea57ce79c5072a830e6536ac41c820c3 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 15 Mar 2007 15:52:50 +0000 Subject: [PATCH] Fix for issue 528 (Windows Service Definition for Automatic Startup). --- opendj-sdk/opends/build-tools/src/windows/winlauncher.h | 53 +++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 26 deletions(-) diff --git a/opendj-sdk/opends/build-tools/src/windows/winlauncher.h b/opendj-sdk/opends/build-tools/src/windows/winlauncher.h index 273ced3..e577a39 100644 --- a/opendj-sdk/opends/build-tools/src/windows/winlauncher.h +++ b/opendj-sdk/opends/build-tools/src/windows/winlauncher.h @@ -1,37 +1,38 @@ /* - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE - * or https://OpenDS.dev.java.net/OpenDS.LICENSE. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, - * add the following below this CDDL HEADER, with the fields enclosed - * by brackets "[]" replaced with your own identifying information: - * Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - * - * - * Portions Copyright 2007 Sun Microsystems, Inc. - */ +* CDDL HEADER START +* +* The contents of this file are subject to the terms of the +* Common Development and Distribution License, Version 1.0 only +* (the "License"). You may not use this file except in compliance +* with the License. +* +* You can obtain a copy of the license at +* trunk/opends/resource/legal-notices/OpenDS.LICENSE +* or https://OpenDS.dev.java.net/OpenDS.LICENSE. +* See the License for the specific language governing permissions +* and limitations under the License. +* +* When distributing Covered Code, include this CDDL HEADER in each +* file and include the License file at +* trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, +* add the following below this CDDL HEADER, with the fields enclosed +* by brackets "[]" replaced with your own identifying information: +* Portions Copyright [yyyy] [name of copyright owner] +* +* CDDL HEADER END +* +* +* Portions Copyright 2007 Sun Microsystems, Inc. +*/ #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <process.h> -#include <windows.h> +#include "common.h" #define PATH_SIZE 1024 #define BUF_SIZE 1024 #define COMMAND_SIZE 2048 + -- Gitblit v1.10.0