From c1e015b4e8d091bfda6698fa747f87aea97c72e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 14 Jan 2014 12:30:09 +0100 Subject: [PATCH] Unbundle: LibRaw. --- Source/FreeImage/PluginRAW.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/FreeImage/PluginRAW.cpp b/Source/FreeImage/PluginRAW.cpp index bf5d821..08d9659 100644 --- a/Source/FreeImage/PluginRAW.cpp +++ b/Source/FreeImage/PluginRAW.cpp @@ -19,12 +19,14 @@ // Use at your own risk! // ========================================================== -#include "../LibRawLite/libraw/libraw.h" - #include "FreeImage.h" #include "Utilities.h" #include "../Metadata/FreeImageTag.h" +#define INT64 INT64_for_LibRaw +#define UINT64 UINT64_for_LibRaw +#include + // ========================================================== // Plugin Interface // ========================================================== -- 1.8.2.3