Kaydet (Commit) fae45052 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mingwport03 (1.8.32); FILE MERGED

2006/11/09 00:16:52 vg 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED
2006/09/18 14:33:36 vg 1.8.32.1: #i53572# MinGW port
üst deed26f9
......@@ -4,9 +4,9 @@
*
* $RCSfile: SysShExec.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: obo $ $Date: 2006-09-17 01:43:09 $
* last change: $Author: vg $ $Date: 2007-03-26 13:49:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -329,8 +329,8 @@ void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aPa
ZeroMemory(&sei, sizeof( sei));
sei.cbSize = sizeof(sei);
sei.lpFile = preprocessed_command.getStr();
sei.lpParameters = aParameter.getStr();
sei.lpFile = reinterpret_cast<LPCWSTR>(preprocessed_command.getStr());
sei.lpParameters = reinterpret_cast<LPCWSTR>(aParameter.getStr());
sei.nShow = SW_SHOWNORMAL;
if (NO_SYSTEM_ERROR_MESSAGE & nFlags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment