home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / odbcsdk / samples / crsrdemo / headers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-07  |  561 b   |  26 lines

  1. /*--------------------------------------------------------------------------
  2.     Headers.h -- Phraseology precompiled headers
  3.  
  4. --------------------------------------------------------------------------*/
  5.  
  6.  
  7. // Includes ----------------------------------------------------------------
  8. #define    STRICT
  9. #include    <windows.h>
  10. #include    <windowsx.h>
  11. #include    <dlgs.h>
  12.  
  13. #include    <stdlib.h>
  14. #include    <string.h>
  15. #include    <time.h>
  16.  
  17. #include    <ctl3d.h>
  18.  
  19. #include    "w16macro.h"
  20. #include    "sql.h"
  21. #include    "sqlext.h"
  22. #include    "odbcinst.h"
  23.  
  24. #pragma    hdrstop
  25. 
  26.