����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.128.24.183 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/usr/include/librsvg-2.0/librsvg/ |
Upload File : |
#if !defined (__RSVG_RSVG_H_INSIDE__) && !defined (RSVG_COMPILATION) #warning "Including <librsvg/librsvg-features.h> directly is deprecated." #endif #ifndef LIBRSVG_FEATURES_H #define LIBRSVG_FEATURES_H #define LIBRSVG_MAJOR_VERSION (2) #define LIBRSVG_MINOR_VERSION (42) #define LIBRSVG_MICRO_VERSION (7) #define LIBRSVG_VERSION "2.42.7" #define LIBRSVG_CHECK_VERSION(major,minor,micro) \ (LIBRSVG_MAJOR_VERSION > (major) || \ (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION > (minor)) || \ (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION == (minor) && LIBRSVG_MICRO_VERSION >= (micro))) #ifndef __GI_SCANNER__ #define LIBRSVG_HAVE_SVGZ (TRUE) #define LIBRSVG_HAVE_CSS (TRUE) #define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) && LIBRSVG_HAVE_##FEATURE) #endif /* * On Windows builds, we need to decorate variables that are exposed in the public API * so that they can be properly exported and linked to, for DLL builds */ #ifndef RSVG_VAR # ifdef G_PLATFORM_WIN32 # ifndef RSVG_STATIC # ifdef RSVG_COMPILATION # define RSVG_VAR extern __declspec (dllexport) # else /* RSVG_COMPILATION */ # define RSVG_VAR extern __declspec (dllimport) # endif /* !RSVG_COMPILATION */ # else /* !RSVG_STATIC */ # define RSVG_VAR extern # endif /* RSVG_STATIC */ # else /* G_PLATFORM_WIN32 */ # define RSVG_VAR extern # endif /* !G_PLATFORM_WIN32 */ #endif RSVG_VAR const guint librsvg_major_version; RSVG_VAR const guint librsvg_minor_version; RSVG_VAR const guint librsvg_micro_version; RSVG_VAR const char librsvg_version[]; #endif