From ecd5bc4ea8a158bd46e005dc4027c18d65a8106a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 31 Dec 2008 21:33:34 +0000 Subject: * glob_pattern_p.cc: New file. * Makefile.in (DLL_OFILES): Add glob_pattern_p.o. * glob.h: Add declaration for glob_pattern_p. * pinfo.cc (pinfo::thisproc): Remove __stdcall attribute. --- winsup/cygwin/include/glob.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/include') diff --git a/winsup/cygwin/include/glob.h b/winsup/cygwin/include/glob.h index 1a463cad1..93f2d7e94 100644 --- a/winsup/cygwin/include/glob.h +++ b/winsup/cygwin/include/glob.h @@ -109,8 +109,9 @@ __BEGIN_DECLS # define DLLEXPORT __declspec(dllimport) #endif -int DLLEXPORT glob(const char *, int, int (*)(const char *, int), glob_t *); -void DLLEXPORT globfree(glob_t *); +int DLLEXPORT glob (const char *, int, int (*)(const char *, int), glob_t *); +void DLLEXPORT globfree (glob_t *); +int DLLEXPORT glob_pattern_p (const char *, int); __END_DECLS #endif /* !_GLOB_H_ */ -- cgit v1.2.3