Kaydet (Commit) 8634021d authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS mingwport05 (1.6.44); FILE MERGED

2007/06/25 11:42:42 vg 1.6.44.1: #78270# MinGW port efforts
üst 1724e090
......@@ -4,9 +4,9 @@
*
* $RCSfile: launcher.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: hr $ $Date: 2007-06-27 17:55:43 $
* last change: $Author: obo $ $Date: 2007-07-17 07:28:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -56,7 +56,11 @@
#include <malloc.h>
#ifdef __MINGW32__
extern "C" int APIENTRY WinMain( HINSTANCE, HINSTANCE, LPSTR, int )
#else
extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
#endif
{
// Retreive startup info
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: setup_main.hxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: gm $ $Date: 2007-05-10 11:08:54 $
* last change: $Author: obo $ $Date: 2007-07-17 07:28:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -57,8 +57,8 @@ public:
virtual boolean CheckVersion() = 0;
virtual boolean Install( long nLanguage ) = 0;
virtual UINT GetError() const = NULL;
virtual void DisplayError( UINT nErr ) const = NULL;
virtual UINT GetError() const = 0;
virtual void DisplayError( UINT nErr ) const = 0;
void SetError( UINT nErr ) { m_uiRet = nErr; }
boolean IsWin9x() const { return m_bIsWin9x; }
......
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