Changeset 307

Show
Ignore:
Timestamp:
05/10/07 00:29:45 (2 years ago)
Author:
bart
Message:

Add fnmatch.c and fnmatch.h and use it on win32 (Thanks to Daan <daan at parse.nl>)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.c

    r306 r307  
    4949#include <sys/types.h> 
    5050#include <sys/stat.h> 
    51 #include <fnmatch.h> 
    5251#ifdef ZEND_WIN32 
     52#  include "fnmatch.h" 
    5353#  include "win32/time.h" 
    5454#  include <time.h> 
    5555#  include <sys/utime.h> 
    5656#else 
     57#  include <fnmatch.h> 
    5758#  include <sys/file.h> 
    5859#  include <sys/time.h>