INTEGRATION: CWS hro15_SRC680 (1.5.146); FILE MERGED

2007/05/04 09:24:10 hro 1.5.146.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration
This commit is contained in:
Kurt Zenker 2007-05-09 12:24:12 +00:00
parent 7cca3dec21
commit a553ea0997

View file

@ -4,9 +4,9 @@
*
* $RCSfile: launcher.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2006-10-12 14:19:31 $
* last change: $Author: kz $ $Date: 2007-05-09 13:24:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -33,17 +33,20 @@
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_desktop.hxx"
#define UNICODE
#include "launcher.hxx"
#ifndef _WINDOWS_
# define WIN32_LEAN_AND_MEAN
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
# include <windows.h>
# include <shellapi.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif