Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8634021d
Kaydet (Commit)
8634021d
authored
Tem 17, 2007
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
launcher.cxx
desktop/win32/source/applauncher/launcher.cxx
+6
-2
setup_main.hxx
desktop/win32/source/setup/setup_main.hxx
+4
-4
No files found.
desktop/win32/source/applauncher/launcher.cxx
Dosyayı görüntüle @
8634021d
...
...
@@ -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
...
...
desktop/win32/source/setup/setup_main.hxx
Dosyayı görüntüle @
8634021d
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment