mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
When compiling our on fnmatch.c, #define fnmatch _gtk_fnmatch (#92890,
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com> * gtk/fnmatch.h: When compiling our on fnmatch.c, #define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
This commit is contained in:
parent
5c91c3a08a
commit
a0263ec811
@ -1,3 +1,8 @@
|
||||
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/fnmatch.h: When compiling our on fnmatch.c,
|
||||
#define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
|
||||
|
||||
Fri Oct 18 16:47:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (translate_key_event): Produce
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/fnmatch.h: When compiling our on fnmatch.c,
|
||||
#define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
|
||||
|
||||
Fri Oct 18 16:47:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (translate_key_event): Produce
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/fnmatch.h: When compiling our on fnmatch.c,
|
||||
#define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
|
||||
|
||||
Fri Oct 18 16:47:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (translate_key_event): Produce
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/fnmatch.h: When compiling our on fnmatch.c,
|
||||
#define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
|
||||
|
||||
Fri Oct 18 16:47:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (translate_key_event): Produce
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/fnmatch.h: When compiling our on fnmatch.c,
|
||||
#define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
|
||||
|
||||
Fri Oct 18 16:47:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (translate_key_event): Produce
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Oct 22 15:03:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/fnmatch.h: When compiling our on fnmatch.c,
|
||||
#define fnmatch _gtk_fnmatch (#92890, Jacob Berkman)
|
||||
|
||||
Fri Oct 18 16:47:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (translate_key_event): Produce
|
||||
|
@ -27,10 +27,16 @@
|
||||
|
||||
#define _FNMATCH_H 1
|
||||
|
||||
#include <stdlib.h> /* Something to pull in features.h */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined (__GNU_LIBRARY__)
|
||||
#define fnmatch _gtk_fnmatch
|
||||
#endif
|
||||
|
||||
#if defined (__cplusplus) || (defined (__STDC__) && __STDC__)
|
||||
#undef __P
|
||||
#define __P(protos) protos
|
||||
|
Loading…
Reference in New Issue
Block a user