VmsCommonLibF.h 999 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. //---------------------------------------------------------------------------
  2. #ifndef VmsCommonLibFH
  3. #define VmsCommonLibFH
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef __VmsCommonLib_EXPORT__
  7. #pragma comment(lib, "VmsCommonLib.lib")
  8. #endif // #ifndef __VmsCommonLib_EXPORT__
  9. //---------------------------------------------------------------------------
  10. #include <vcl.h>
  11. //COMMON LIBRARY
  12. #include "ITSLogF.h"
  13. //LIBRARY
  14. #include "CDSCodeF.h"
  15. #include "CDSFontF.h"
  16. #include "CDSObjectF.h"
  17. #include "CDSVmsCtlrF.h"
  18. #include "CDSVmsFormF.h"
  19. #include "CDSVmsIfscF.h"
  20. #include "CDSVmsObjTypeF.h"
  21. #include "CDSVmsTextItemF.h"
  22. #include "AppGlobalF.h"
  23. /*
  24. ******************************************************************************
  25. * Global variable definitions
  26. ******************************************************************************
  27. */
  28. extern TITSLog *ITSLog;
  29. #endif