Browse Source

-fix build as shared or separate from main build (bfrance)

PHP-5.1
Pierre Joye 21 years ago
parent
commit
5dd9ad8f53
  1. 4
      ext/gd/libgd/gd.h
  2. 4
      ext/gd/libgd/gdtables.c
  3. 4
      ext/gd/libgd/wbmp.h

4
ext/gd/libgd/gd.h

@ -5,6 +5,10 @@
extern "C" {
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php_compat.h"
#ifndef WIN32

4
ext/gd/libgd/gdtables.c

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php_compat.h"
int gdCosT[] =

4
ext/gd/libgd/wbmp.h

@ -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

Loading…
Cancel
Save