Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458516
Collapse All | Expand All

(-)FreeImage/Source/FreeImage.h.orig (+2 lines)
Lines 141-148 Link Here
141
typedef uint16_t WORD;
141
typedef uint16_t WORD;
142
typedef uint32_t DWORD;
142
typedef uint32_t DWORD;
143
typedef int32_t LONG;
143
typedef int32_t LONG;
144
#ifndef _LIBRAW_TYPES_H
144
typedef int64_t INT64;
145
typedef int64_t INT64;
145
typedef uint64_t UINT64;
146
typedef uint64_t UINT64;
147
#endif
146
#else
148
#else
147
// MS is not C99 ISO compliant
149
// MS is not C99 ISO compliant
148
typedef long BOOL;
150
typedef long BOOL;

Return to bug 458516