summaryrefslogtreecommitdiff
path: root/media-libs/freeimage/files/freeimage-3.15.4-raw.patch
blob: 44f566627e2ffaf9c12c9f359a55e4afa344a353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://bugs.gentoo.org/show_bug.cgi?id=458516

--- FreeImage/Source/FreeImage.h
+++ FreeImage/Source/FreeImage.h
@@ -141,8 +141,10 @@
 typedef uint16_t WORD;
 typedef uint32_t DWORD;
 typedef int32_t LONG;
+#ifndef _LIBRAW_TYPES_H
 typedef int64_t INT64;
 typedef uint64_t UINT64;
+#endif
 #else
 // MS is not C99 ISO compliant
 typedef long BOOL;