mcst-linux-kernel/patches-2024.06.26/wxWidgets3-3.0.2/0002-bug-81747.patch

25 lines
638 B
Diff

From bcbf05dccde69e3a5e9b1b3a5d6e89f1df6bb016 Mon Sep 17 00:00:00 2001
Date: Wed, 29 Jun 2016 11:54:42 +0300
Subject: [PATCH] bug 81747
---
src/common/threadinfo.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/threadinfo.cpp b/src/common/threadinfo.cpp
index 9a7e807..14bda1e 100644
--- a/src/common/threadinfo.cpp
+++ b/src/common/threadinfo.cpp
@@ -50,7 +50,7 @@ inline wxAllThreadInfos& GetAllThreadInfos()
// Pointer to the current thread's instance
-#if (defined __LCC__) && (__LCC__ <= 120) // bug 81747
+#if (defined __LCC__) && (__LCC__ <= 121) // bug 81747
static
#endif
--
2.16.4