home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a025 / 6.ddi / SRV.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-15  |  751 b   |  35 lines

  1. //
  2. // Open Data Services header file
  3. //
  4. // Copyright (c) 1989, 1990, 1991 by Microsoft Corp.
  5. //
  6.  
  7. //  Include miscellaneous Open Data Services definitions
  8. //
  9. #include    <srvmisc.h>
  10.  
  11. //  Include DBLIB definitions (it checks to see if they have already
  12. //  been defined)
  13. //
  14. #include    <srvdbtyp.h>
  15.  
  16. //  Include Open Data Services structure definitions
  17. //
  18. #include    <srvstruc.h>
  19.  
  20. //  Include Open Data Services token definitions
  21. //
  22. #include    <srvtok.h>
  23.  
  24. //  Include Open Data Services constant definitions
  25. //
  26. #include    <srvconst.h>
  27.  
  28. //  Include Open Data Services datatype definitions
  29. //
  30. #include    <srvtypes.h>
  31.  
  32. //  Include Open Data Services MACRO definitions and function prototypes
  33. //
  34. #include    <srvapi.h>
  35.