From dea9c030340e50324eba97c72a27c151bed12e1c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jan 2018 17:38:31 +0300 Subject: AdvaImg: - freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg --- plugins/AdvaImg/src/stdafx.cxx | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/AdvaImg/src/stdafx.cxx (limited to 'plugins/AdvaImg/src/stdafx.cxx') diff --git a/plugins/AdvaImg/src/stdafx.cxx b/plugins/AdvaImg/src/stdafx.cxx new file mode 100644 index 0000000000..fd4f341c7b --- /dev/null +++ b/plugins/AdvaImg/src/stdafx.cxx @@ -0,0 +1 @@ +#include "stdafx.h" -- cgit v1.2.3