mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
0382578602
2001-11-07 changes to use the new intersector code. These files are licensed under the LGPL. a=brendan@mozilla.org
19 lines
366 B
C
19 lines
366 B
C
#include "libart-features.h"
|
|
|
|
/* General initialization hooks */
|
|
const unsigned int libart_major_version=LIBART_MAJOR_VERSION,
|
|
libart_minor_version=LIBART_MINOR_VERSION,
|
|
libart_micro_version=LIBART_MICRO_VERSION;
|
|
|
|
const char *libart_version = LIBART_VERSION;
|
|
|
|
void
|
|
libart_preinit(void *app, void *modinfo)
|
|
{
|
|
}
|
|
|
|
void
|
|
libart_postinit(void *app, void *modinfo)
|
|
{
|
|
}
|