Browse Source
-fix build as shared or separate from main build (bfrance)
PHP-5.1
Pierre Joye
21 years ago
3 changed files with
12 additions and
0 deletions
-
ext/gd/libgd/gd.h
-
ext/gd/libgd/gdtables.c
-
ext/gd/libgd/wbmp.h
|
|
|
@ -5,6 +5,10 @@ |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H |
|
|
|
#include "config.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "php_compat.h" |
|
|
|
|
|
|
|
#ifndef WIN32 |
|
|
|
|
|
|
|
@ -1,4 +1,8 @@ |
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H |
|
|
|
#include "config.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "php_compat.h" |
|
|
|
|
|
|
|
int gdCosT[] = |
|
|
|
|
|
|
|
@ -12,6 +12,10 @@ |
|
|
|
#ifndef __WBMP_H |
|
|
|
#define __WBMP_H 1 |
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H |
|
|
|
#include "config.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "php_compat.h" |
|
|
|
|
|
|
|
/* WBMP struct |
|
|
|
|