aaa93249af
- Remove USE_REINPLACE Submitted by: Dmitry Marakasov <amdmi3@mail.ru> PR: ports/92859
13 lines
268 B
C++
13 lines
268 B
C++
--- Loader.cxx.orig Mon Feb 6 13:45:24 2006
|
|
+++ Loader.cxx Mon Feb 6 13:45:04 2006
|
|
@@ -20,8 +20,10 @@
|
|
|
|
#include "Loader.hxx"
|
|
|
|
+extern "C" {
|
|
#include <png.h>
|
|
#include <jpeglib.h>
|
|
+}
|
|
|
|
void JpgLoader::Load(const std::string& filename,RGB& target,int x,int y)
|
|
{
|