Problem: 1618550
Title: (TDependencySpace) "#define Inherited MDependable" is not correct
Received: Jan 13 1997 3:32PM
There's another one for TCloseWindowCommand in UWindow.cp.
#define Inherited TCommand // was (incorrectly) TServerCommand
We no longer use #define Inherited in Release 13. Further, we recommend that everyone now explicitly specify the base class in an 'inherited' call.