47758d16ff
This is all of the original libcroco, minus these two which we don't use: - cr-sel-eng - the CSS selection engine for xmlNode. - cr-style. Part of https://gitlab.gnome.org/GNOME/gnome-shell/issues/1934
14 lines
215 B
C
14 lines
215 B
C
#ifndef LIBCROCO_VERSION_NUMBER
|
|
#define LIBCROCO_VERSION_NUMBER 612
|
|
#endif
|
|
|
|
#ifndef LIBCROCO_VERSION
|
|
#define LIBCROCO_VERSION "0.6.12"
|
|
#endif
|
|
|
|
#ifndef G_DISABLE_CHECKS
|
|
#if 0
|
|
#define G_DISABLE_CHECKS 0
|
|
#endif
|
|
#endif
|