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
fbba4781
Kaydet (Commit)
fbba4781
authored
Nis 17, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=write-strings (MinGW, extensions)
Change-Id: I0761af5d2a6af23dbef67e4aadf4e6d21df1e58f
üst
1eda84de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sysplug.hxx
extensions/source/plugin/inc/plugin/win/sysplug.hxx
+1
-1
sysplug.cxx
extensions/source/plugin/win/sysplug.cxx
+1
-1
No files found.
extensions/source/plugin/inc/plugin/win/sysplug.hxx
Dosyayı görüntüle @
fbba4781
...
@@ -114,7 +114,7 @@ public:
...
@@ -114,7 +114,7 @@ public:
virtual
NPError
NPP_SetValue
(
NPP
instance
,
NPNVariable
variable
,
void
*
ret_alue
);
virtual
NPError
NPP_SetValue
(
NPP
instance
,
NPNVariable
variable
,
void
*
ret_alue
);
private
:
private
:
BOOL
retrieveFunction
(
TCHAR
*
pName
,
void
**
ppFunc
)
const
;
BOOL
retrieveFunction
(
TCHAR
const
*
pName
,
void
**
ppFunc
)
const
;
private
:
private
:
HINSTANCE
_plDLL
;
HINSTANCE
_plDLL
;
...
...
extensions/source/plugin/win/sysplug.cxx
Dosyayı görüntüle @
fbba4781
...
@@ -119,7 +119,7 @@ PluginComm_Impl::~PluginComm_Impl()
...
@@ -119,7 +119,7 @@ PluginComm_Impl::~PluginComm_Impl()
}
}
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
BOOL
PluginComm_Impl
::
retrieveFunction
(
TCHAR
*
pName
,
void
**
ppFunc
)
const
BOOL
PluginComm_Impl
::
retrieveFunction
(
TCHAR
const
*
pName
,
void
**
ppFunc
)
const
{
{
if
(
!
_plDLL
)
if
(
!
_plDLL
)
return
FALSE
;
return
FALSE
;
...
...
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