Unbundle: LibRaw.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Jan 2014 11:30:09 +0000 (12:30 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Jan 2014 19:05:59 +0000 (20:05 +0100)
Source/FreeImage/PluginRAW.cpp

index bf5d821..08d9659 100644 (file)
 // 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 <libraw/libraw.h>
+
 // ==========================================================
 // Plugin Interface
 // ==========================================================