home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / srv.h < prev    next >
Text File  |  1998-04-25  |  1KB  |  47 lines

  1. //
  2. // Open Data Services header file
  3. //
  4. // Copyright 1989 - 1998 Microsoft Corporation.
  5. //
  6.  
  7. #include "windows.h"
  8.  
  9. // Use same packing pragma as SQLServer. Otherwise it causes problems
  10. // when these are files included mixed with SQLServer files.
  11. #if !defined( _MSSQLRISC_)
  12. #pragma pack(2)
  13. #endif
  14.  
  15. //  Include miscellaneous Open Data Services definitions
  16. //
  17. #include    <srvmisc.h>
  18.  
  19. //  Include DBLIB definitions (it checks to see if they have already
  20. //  been defined)
  21. //
  22. #include    <srvdbtyp.h>
  23.  
  24. //  Include Open Data Services structure definitions
  25. //
  26. #include    <srvstruc.h>
  27.  
  28. //  Include Open Data Services token definitions
  29. //
  30. #include    <srvtok.h>
  31.  
  32. //  Include Open Data Services constant definitions
  33. //
  34. #include    <srvconst.h>
  35.  
  36. //  Include Open Data Services datatype definitions
  37. //
  38. #include    <srvtypes.h>
  39.  
  40. //  Include Open Data Services MACRO definitions and function prototypes
  41. //
  42. #include    <srvapi.h>
  43. #if !defined( _MSSQLRISC_)
  44. #pragma pack()
  45. #endif
  46. 
  47.