asiappl.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2015 Autodesk, Inc. All rights reserved.
  4. //
  5. // Use of this software is subject to the terms of the Autodesk license
  6. // agreement provided at the time of installation or download, or which
  7. // otherwise accompanies this software in either electronic or hard copy form.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. //
  11. //
  12. // Name: asiappl.h ast_asi_inc_appl_asiappl_h
  13. //
  14. // Description: Header file for AutoCAD SQL Interface.
  15. // Main AutoCAD SQL header file.
  16. #ifndef ASI_ASIAPPL_H
  17. #define ASI_ASIAPPL_H asiapplh
  18. /***************************************************************************/
  19. /* INCLUDES */
  20. /***************************************************************************/
  21. #include "windows.h"
  22. // OLE DB headers
  23. #include "oledb.h"
  24. #include "oledberr.h"
  25. #include "msdasc.h"
  26. #include "msdadc.h"
  27. #include "msdaguid.h"
  28. #if defined(__cplusplus)
  29. #include <asiclass.h>
  30. #endif /* __cplusplus */
  31. #endif /* ASI_ASIAPPL_H */
  32. /*EOF*/