1234567891011121314151617181920212223242526272829303132333435363738 |
- //---------------------------------------------------------------------------
- #ifndef VmsCommonLibFH
- #define VmsCommonLibFH
- //---------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef __VmsCommonLib_EXPORT__
- #pragma comment(lib, "VmsCommonLib.lib")
- #endif // #ifndef __VmsCommonLib_EXPORT__
- //---------------------------------------------------------------------------
- #include <vcl.h>
- //COMMON LIBRARY
- #include "ITSLogF.h"
- //LIBRARY
- #include "CDSCodeF.h"
- #include "CDSFontF.h"
- #include "CDSObjectF.h"
- #include "CDSVmsCtlrF.h"
- #include "CDSVmsFormF.h"
- #include "CDSVmsIfscF.h"
- #include "CDSVmsObjTypeF.h"
- #include "CDSVmsTextItemF.h"
- #include "AppGlobalF.h"
- /*
- ******************************************************************************
- * Global variable definitions
- ******************************************************************************
- */
- extern TITSLog *ITSLog;
- #endif
|