Controls the use of inherited.
#pragma def_inherited on | off | reset
The use of this pragma is deprecated. It lets you use the non-standard inherited symbol in C++ programming by implicitly adding
typedef base inherited;
as the first member in classes with a single base class.