office-gobmx/desktop/win32/source/extendloaderenvironment.hxx
Oliver Bolte bd6430c5e1 INTEGRATION: CWS sb80 (1.2.28); FILE MERGED
2007/11/16 14:46:13 sb 1.2.28.1: #i81275# For Windows, moved setting URE_BOOTSTRAP from desktop's extendloderenvironment.cxx to tool's extendapplictionenvironment.cxx.
2008-01-07 08:57:27 +00:00

51 lines
1.8 KiB
C++

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: extendloaderenvironment.hxx,v $
*
* $Revision: 1.3 $
*
* last change: $Author: obo $ $Date: 2008-01-07 09:57:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2007 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#ifndef INCLUDED_DESKTOP_WIN32_SOURCE_EXTENDLOADERENVIRONMENT_HXX
#define INCLUDED_DESKTOP_WIN32_SOURCE_EXTENDLOADERENVIRONMENT_HXX
#ifndef _SAL_CONFIG_H_
#include "sal/config.h"
#endif
namespace desktop_win32 {
// Set the PATH environment variable in the current (loader) process, so that a
// following CreateProcess has the necessary environment:
void extendLoaderEnvironment();
}
#endif