/**********************************************************************/ /* /* $Date: 91/10/25 23:13:00 $ /* $Revision: 1.2.33.1 $ /* /**********************************************************************/ /*****************************************************************************/ /*** ***/ /*** Copyright (c) 1991, Visual Edge Software Ltd. ***/ /*** ***/ /*** ***/ /*** All rights reserved. This notice is intended as a precaution ***/ /*** against inadvertent publication, and shall not be deemed to con- ***/ /*** stitute an acknowledgment that publication has occurred nor to ***/ /*** imply any waiver of confidentiality. The year included in the ***/ /*** notice is the year of the creation of the work. ***/ /*** ***/ /*****************************************************************************/ #ifdef vms #include #else #include #endif #include /**** **** This file contains all the runtime resources conversion registration. **** The format is to call UxrDDInstall to add a new converter. **** **** UxrDDInstall( SquareNmajorDimension, UxUT_string, UxXT_MajorDimension ); **** UxrDDInstall( SquareNmakeSquare, UxUT_string, UxXt_Boolean ); ****/ void UxAddRuntimeResources() { }