Skip to content

Commit

Permalink
graphics/rawstudio: Prepare for glib 2.68.3
Browse files Browse the repository at this point in the history
PR:	256200
  • Loading branch information
neelchauhan committed Aug 3, 2021
1 parent a0676fc commit c2f6f49
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions graphics/rawstudio/files/patch-librawstudio_rawstudio.h
@@ -0,0 +1,23 @@
--- librawstudio/rawstudio.h.orig 2021-08-03 02:36:16 UTC
+++ librawstudio/rawstudio.h
@@ -20,10 +20,6 @@
#ifndef RAWSTUDIO_H
#define RAWSTUDIO_H

-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <sys/types.h>
#include "rs-types.h"

@@ -77,9 +73,5 @@ extern "C" {
#include "rs-color-space-selector.h"

#include "x86-cpu.h"
-
-#ifdef __cplusplus
-} /* extern "c" */
-#endif

#endif /* RAWSTUDIO_H */

0 comments on commit c2f6f49

Please sign in to comment.