diff options
Diffstat (limited to 'gdk-pixbuf/makegdkpixbufalias.pl')
-rwxr-xr-x | gdk-pixbuf/makegdkpixbufalias.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk-pixbuf/makegdkpixbufalias.pl b/gdk-pixbuf/makegdkpixbufalias.pl index 1c384bf3b8..6833e6cc94 100755 --- a/gdk-pixbuf/makegdkpixbufalias.pl +++ b/gdk-pixbuf/makegdkpixbufalias.pl @@ -3,6 +3,8 @@ print <<EOF; /* Generated by makegdkpixbufalias.pl */ +#ifndef DISABLE_VISIBILITY + #include <glib.h> #ifdef G_HAVE_GNUC_VISIBILITY @@ -99,6 +101,8 @@ print <<EOF; #endif #endif /* G_HAVE_GNUC_VISIBILITY */ + +#endif /* DISABLE_VISIBILITY */ EOF |