beremiz
Clone
Summary
Browse
Changes
Graph
fix issue with non-working global hotkeys in IEC code panel
2016-10-21, Andrey Skvortsov
3ebc08f75fef
fix issue with non-working global hotkeys in IEC code panel
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)
{
}