Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/LibreOffice/external/epoxy/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 273 B image not shown  

Quelle  clang-cl.patch   Sprache: unbekannt

 
--- src/dispatch_common.c
+++ src/dispatch_common.c
@@ -272,7 +272,11 @@
 #endif
 };
 
+#if defined _MSC_VER && defined __clang__
+static bool library_initialized = true;
+#else
 static bool library_initialized;
+#endif
 
 static bool epoxy_current_context_is_glx(void);
 

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]