diff --git a/src/SnapmaticPicture.h b/src/SnapmaticPicture.h index e69d0dd..208de23 100644 --- a/src/SnapmaticPicture.h +++ b/src/SnapmaticPicture.h @@ -20,12 +20,12 @@ #define SNAPMATICPICTURE_H #include "SnapmaticJson.h" -#ifdef RAGEPHOTO_USE_ABI_WRAPPER -#include -typedef RagePhotoA RagePhoto; -#else -#include +#ifndef RAGEPHOTO_USE_ABI_WRAPPER +#ifndef LIBRAGEPHOTO_PREFER_NATIVE +#define LIBRAGEPHOTO_PREFER_NATIVE #endif +#endif +#include #include #include #include diff --git a/src/libragephoto b/src/libragephoto index 6fdc075..259c683 160000 --- a/src/libragephoto +++ b/src/libragephoto @@ -1 +1 @@ -Subproject commit 6fdc0757410c185a71c6f1981638e5b65875fe4c +Subproject commit 259c6833d9bb471cd840f196b4d77841afa3f108