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
c7b0ec89
Kaydet (Commit)
c7b0ec89
authored
Agu 12, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4189: local variable is initialized but not referenced
Change-Id: Ib1f69c0a37452f980b115a52666c85fb1e26ff74
üst
1e0237b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
reg4allmsi.cxx
...ve/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+0
-2
No files found.
setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
Dosyayı görüntüle @
c7b0ec89
...
...
@@ -219,7 +219,6 @@ static void registerForExtension( MSIHANDLE handle, const int nIndex, bool bRegi
static
void
saveOldRegistration
(
LPCSTR
lpSubKey
)
{
BOOL
bRet
=
false
;
HKEY
hKey
=
NULL
;
LONG
lResult
=
RegOpenKeyExA
(
HKEY_CLASSES_ROOT
,
lpSubKey
,
0
,
KEY_QUERY_VALUE
|
KEY_SET_VALUE
,
&
hKey
);
...
...
@@ -498,7 +497,6 @@ extern "C" UINT __stdcall FindRegisteredExtensions( MSIHANDLE handle )
static
void
restoreOldRegistration
(
LPCSTR
lpSubKey
)
{
BOOL
bRet
=
false
;
HKEY
hKey
=
NULL
;
LONG
lResult
=
RegOpenKeyExA
(
HKEY_CLASSES_ROOT
,
lpSubKey
,
0
,
KEY_QUERY_VALUE
|
KEY_SET_VALUE
,
&
hKey
);
...
...
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