Commit 2774ccb8 by Chris Young

no fnmatch.h

parent fb0b1523
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef INCLUDE_posix__w32_h__ #ifndef INCLUDE_posix__w32_h__
#define INCLUDE_posix__w32_h__ #define INCLUDE_posix__w32_h__
#ifndef __sun #if !defined(__sun) && !defined(__amigaos4__)
# include <fnmatch.h> # include <fnmatch.h>
# define p_fnmatch(p, s, f) fnmatch(p, s, f) # define p_fnmatch(p, s, f) fnmatch(p, s, f)
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment