mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Revised Makefile.am and scripts/symbols.dfn to work with MinGW/MSYS
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
7c5d037032
commit
530eec311d
@@ -26,8 +26,8 @@
|
||||
/* Read the defaults, but use scripts/pnglibconf.h.prebuilt; the 'standard'
|
||||
* header file.
|
||||
*/
|
||||
#include "pnglibconf.h.prebuilt"
|
||||
#include "../png.h"
|
||||
#include "scripts/pnglibconf.h.prebuilt"
|
||||
#include "png.h"
|
||||
|
||||
/* Some things are turned off by default. Turn these things
|
||||
* on here (by hand) to get the APIs they expose and validate
|
||||
@@ -45,7 +45,7 @@
|
||||
#define PNG_SET_OPTION_SUPPORTED
|
||||
|
||||
#undef PNG_H
|
||||
#include "../png.h"
|
||||
#include "png.h"
|
||||
|
||||
/* Finally there are a couple of places where option support
|
||||
* actually changes the APIs revealed using a #if/#else/#endif
|
||||
@@ -55,4 +55,4 @@
|
||||
#undef PNG_ERROR_TEXT_SUPPORTED /* Exposes unsupported APIs */
|
||||
|
||||
#undef PNG_H
|
||||
#include "../png.h"
|
||||
#include "png.h"
|
||||
|
||||
Reference in New Issue
Block a user