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
699b3b66
Kaydet (Commit)
699b3b66
authored
Şub 17, 2012
tarafından
Rene Engelhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
char* -> const char* for npapis getMIMEDescription to fix build with newer mozs
üst
f42948d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
npshell.cxx
extensions/source/nsplugin/source/npshell.cxx
+1
-1
npapi.h
np_sdk/inc/npapi.h
+1
-1
No files found.
extensions/source/nsplugin/source/npshell.cxx
Dosyayı görüntüle @
699b3b66
...
...
@@ -361,7 +361,7 @@ MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_ASCII ":odp:OpenDocument Presentation;"
MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE_ASCII
":otp:OpenDocument Presentation Template;"
MIMETYPE_OASIS_OPENDOCUMENT_FORMULA_ASCII
":odf:OpenDocument Formula;"
);
char
*
c
onst
c
har
*
NPP_GetMIMEDescription
(
void
)
{
debug_fprintf
(
NSP_LOG_APPEND
,
"print by Netscape Plugin, NPP_GetMIMEDescription:%s.
\n
"
,
pMimeTypes
);
...
...
np_sdk/inc/npapi.h
Dosyayı görüntüle @
699b3b66
...
...
@@ -784,7 +784,7 @@ extern "C" {
/* NPP_* functions are provided by the plugin and called by the navigator. */
char
*
NPP_GetMIMEDescription
(
void
);
c
onst
c
har
*
NPP_GetMIMEDescription
(
void
);
NPError
NP_LOADDS
NPP_New
(
NPMIMEType
pluginType
,
NPP
instance
,
uint16_t
mode
,
int16_t
argc
,
char
*
argn
[],
char
*
argv
[],
NPSavedData
*
saved
);
...
...
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