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

  1. /*----------------------------------------------------------------------------
  2.  
  3.     HEADERS.H - Shared headers for the ODBC SDK 2.0 C++ demo application
  4.     
  5.     This code is furnished on an as-is basis as part of the ODBC SDK and is
  6.     intended for example purposes only.
  7.  
  8.     
  9. ----------------------------------------------------------------------------*/
  10.  
  11. #define        STRICT
  12.  
  13. #include    <windows.h>
  14. #include    <windowsx.h>
  15.  
  16. #include    "ctl3d.h"
  17.  
  18. #include    <assert.h>
  19. #include    <string.h>
  20.  
  21. #include    "codbc.h"
  22. #include    "odbcinst.h"
  23. #include    "w16macro.h"
  24.  
  25. #pragma        hdrstop
  26.