axcscom.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*******************************************************************************/
  2. /* Name: axcscom.h */
  3. /*******************************************************************************/
  4. /* This file ontains all definitions and data structures */
  5. /* which are used by axcs.h and all the applications using axcs.h */
  6. /* */
  7. /* axcs.h is included within this file */
  8. /* */
  9. /* 26-Apr-2010 "gbl\" removed from include of axcs_typedef.h */
  10. /* 22-Apr-2010 move type definitions into separate include file */
  11. /* 25-Mar-2008 #endif //XCU_XCSSTYLE comment marks inserted */
  12. /* 02-Mar-2008 ACS_UNICODE and ACS_BSTR removed, because they are not used */
  13. /* 05-Dec-2007 changed include of object-structures: axcs.h or xcsobj.h etc. */
  14. /* dependent on define XCU_XCSSTYLE, which must be used when */
  15. /* compiling XCU-sources */
  16. /* 15-Nov-2006 ACS_UNICODE and ACS_BSTR temporarily redefined */
  17. /* 14-Nov-2006 ACS_UNICODE and ACS_BSTR removed, because they are not used */
  18. /* New data types ACS_STRING_8, ACS_DCOUNT, ACS_COUNT, ACS_DWORD */
  19. /* 06-May-1999 all definitions for ACS_SCHAR changed to "signed char" */
  20. /* compiler switch and error condition */
  21. /*******************************************************************************/
  22. #ifndef AXCSCOM_H
  23. #define AXCSCOM_H
  24. #include "axcs_typedef.h"
  25. /*************************************************************************/
  26. /* Include of the axcs include file generated out of the data base */
  27. /*************************************************************************/
  28. #ifndef XCU_XCSSTYLE
  29. /************************************************************************/
  30. /* include object-structures with or without header (w/o for XCU only) */
  31. /************************************************************************/
  32. #include "axcs.h"
  33. #else
  34. #include "xcsobj.h"
  35. #include "xcsobj_ad.h"
  36. #endif //XCU_XCSSTYLE
  37. #endif