tdf#99528: revert vertical tabs changes (24.8 only)
[LibreOffice.git] / external / skia / fix-SkDebugf-link-error.patch.1
blob989e8c407815e44fa0fbdcc54b7446ccea9f7726
1 diff -ur skia.org/src/ports/SkDebug_stdio.cpp skia/src/ports/SkDebug_stdio.cpp
2 --- skia.org/src/ports/SkDebug_stdio.cpp        2023-07-09 19:30:53.272682125 +0200
3 +++ skia/src/ports/SkDebug_stdio.cpp    2023-07-09 19:34:44.812723870 +0200
4 @@ -5,6 +5,7 @@
5   * found in the LICENSE file.
6   */
7  
8 +#include "include/private/base/SkAPI.h"
9  #include "include/private/base/SkFeatures.h"
10  #include "include/private/base/SkLoadUserConfig.h"
12 @@ -13,7 +14,7 @@
13  #include <stdarg.h>
14  #include <stdio.h>
16 -void SkDebugf(const char format[], ...) {
17 +SK_API void SkDebugf(const char format[], ...) {
18      va_list args;
19      va_start(args, format);
20  #pragma GCC diagnostic push