home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
perl5
/
Gtk2
/
Install
/
gtk2perl-versions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2006-03-29
|
360 b
|
8 lines
#define PANGO_MAJOR_VERSION (1)
#define PANGO_MINOR_VERSION (12)
#define PANGO_MICRO_VERSION (0)
#define PANGO_CHECK_VERSION(major,minor,micro) \
(PANGO_MAJOR_VERSION > (major) || \
(PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION > (minor)) || \
(PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION == (minor) && PANGO_MICRO_VERSION >= (micro)))