From: František Dvořák Date: Tue, 14 Jan 2014 11:30:09 +0000 (+0100) Subject: Unbundle: LibRaw. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c1e015b4e8d091bfda6698fa747f87aea97c72e3;p=FreeImage.git Unbundle: LibRaw. --- 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 // ==========================================================