Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/extensions/spellcheck/hunspell/patches/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 681 B image not shown  

Quelle  bug1838113.patch   Sprache: unbekannt

 
diff --git a/src/csutil.cxx b/src/csutil.cxx
index 48e58ff4b2677..39a54d38023c8 100644
--- a/src/csutil.cxx
+++ b/src/csutil.cxx
@@ -108,6 +108,7 @@ static struct unicode_info2* utf_tbl = NULL;
 static int utf_tbl_count =
     0;  // utf_tbl can be used by multiple Hunspell instances
 
+#ifndef MOZILLA_CLIENT
 void myopen(std::ifstream& stream, const char* path, std::ios_base::openmode mode)
 {
 #if defined(_WIN32) && defined(_MSC_VER)
@@ -127,6 +128,7 @@ void myopen(std::ifstream& stream, const char* path, std::ios_base::openmode mod
 #endif
   stream.open(path, mode);
 }
+#endif
 
 std::string& u16_u8(std::string& dest, const std::vector<w_char>& src) {
   dest.clear();

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]