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
a03b1876
Kaydet (Commit)
a03b1876
authored
Eyl 02, 2013
tarafından
Jesús Corrius
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
We don't support Win9x anymore, remove legacy code
Change-Id: I12afdc1c25bb09d20fd0698831642b953e08bb63
üst
b2399975
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
regactivex.cxx
...tive/source/win32/customactions/regactivex/regactivex.cxx
+0
-12
No files found.
setup_native/source/win32/customactions/regactivex/regactivex.cxx
Dosyayı görüntüle @
a03b1876
...
...
@@ -71,12 +71,6 @@ char* UnicodeToAnsiString( wchar_t* pUniString )
//----------------------------------------------------------
void
RegisterActiveXNative
(
const
char
*
pActiveXPath
,
int
nMode
,
BOOL
InstallForAllUser
,
BOOL
InstallFor64Bit
)
{
// For Win98/WinME the values should be written to the local machine
OSVERSIONINFO
aVerInfo
;
aVerInfo
.
dwOSVersionInfoSize
=
sizeof
(
aVerInfo
);
if
(
GetVersionEx
(
&
aVerInfo
)
&&
aVerInfo
.
dwPlatformId
!=
VER_PLATFORM_WIN32_NT
)
InstallForAllUser
=
TRUE
;
HINSTANCE
hModule
=
LoadLibraryExA
(
pActiveXPath
,
NULL
,
LOAD_WITH_ALTERED_SEARCH_PATH
);
if
(
!
(
hModule
<=
(
HINSTANCE
)
HINSTANCE_ERROR
)
)
{
...
...
@@ -104,12 +98,6 @@ void RegisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallFor
//----------------------------------------------------------
void
UnregisterActiveXNative
(
const
char
*
pActiveXPath
,
int
nMode
,
BOOL
InstallForAllUser
,
BOOL
InstallFor64Bit
)
{
// For Win98/WinME the values should be written to the local machine
OSVERSIONINFO
aVerInfo
;
aVerInfo
.
dwOSVersionInfoSize
=
sizeof
(
aVerInfo
);
if
(
GetVersionEx
(
&
aVerInfo
)
&&
aVerInfo
.
dwPlatformId
!=
VER_PLATFORM_WIN32_NT
)
InstallForAllUser
=
TRUE
;
HINSTANCE
hModule
=
LoadLibraryExA
(
pActiveXPath
,
NULL
,
LOAD_WITH_ALTERED_SEARCH_PATH
);
if
(
!
(
hModule
<=
(
HINSTANCE
)
HINSTANCE_ERROR
)
)
{
...
...
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