Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307487 | Differences between
and this patch

Collapse All | Expand All

(-)a/Source/FreeImage/ZLibInterface.cpp (-2 / +2 lines)
Lines 19-28 Link Here
19
// Use at your own risk!
19
// Use at your own risk!
20
// ==========================================================
20
// ==========================================================
21
21
22
#include "../ZLib/zlib.h"
22
#include <zlib.h>
23
#include "FreeImage.h"
23
#include "FreeImage.h"
24
#include "Utilities.h"
24
#include "Utilities.h"
25
#include "../ZLib/zutil.h"	/* must be the last header because of error C3163 in VS2008 (_vsnprintf defined in stdio.h) */
25
#define OS_CODE 0x03
26
26
27
/**
27
/**
28
Compresses a source buffer into a target buffer, using the ZLib library. 
28
Compresses a source buffer into a target buffer, using the ZLib library. 

Return to bug 307487