beremiz

found installed Inkscape on Windows

2017-09-12, Andrey Skvortsov
58ff55053518
found installed Inkscape on Windows

tested with Inkscape version 0.9 on Windows 7.
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}
void CleanupRetain(void)
{
}
void InitRetain(void)
{
}