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
c9226b84
Kaydet (Commit)
c9226b84
authored
Nis 01, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
np_sdk: fix -Wundef
Change-Id: Id806e33457ff0c828f55db1fe5e5444e208d2a1e
üst
2b4ee9bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
npapi.h
np_sdk/inc/npapi.h
+2
-2
No files found.
np_sdk/inc/npapi.h
Dosyayı görüntüle @
c9226b84
...
...
@@ -384,7 +384,7 @@ typedef enum {
,
NPPVpluginCoreAnimationLayer
=
1003
#endif
#if
(MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6
)
#if
defined(MOZ_PLATFORM_MAEMO) && ((MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6)
)
,
NPPVpluginWindowlessLocalBool
=
2002
#endif
}
NPPVariable
;
...
...
@@ -435,7 +435,7 @@ typedef enum {
,
NPNVsupportsUpdatedCocoaTextInputBool
=
3002
/* TRUE if the browser supports the updated
Cocoa text input specification. */
#endif
#if
(MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6
)
#if
defined(MOZ_PLATFORM_MAEMO) && ((MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6)
)
,
NPNVSupportsWindowlessLocal
=
2002
#endif
}
NPNVariable
;
...
...
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