PKGBUILDs/extra/gimp-nufraw/0001-nufraw-glib-2.70.patch

21 lines
497 B
Diff
Raw Permalink Normal View History

2023-06-21 12:37:12 +00:00
diff -ru nufraw/uf_glib.h nufraw/uf_glib.h
--- nufraw/uf_glib.h 2022-02-23 09:03:44.700472919 +0100
+++ nufraw/uf_glib.h 2022-02-23 09:04:50.260308805 +0100
2022-02-28 21:38:59 +00:00
@@ -13,13 +13,13 @@
#ifndef _UF_GLIB_H
#define _UF_GLIB_H
+#include <glib.h>
+#include <glib/gstdio.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <glib.h>
-#include <glib/gstdio.h>
-
// g_win32_locale_filename_from_utf8 is needed only on win32
#ifdef _WIN32
#define uf_win32_locale_filename_from_utf8(__some_string__) \