home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / odbc / crsrdemo / headers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-24  |  520 b   |  23 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 "sql.h"
  18. #include "sqlext.h"
  19. #include "odbcinst.h"
  20.  
  21. #pragma  hdrstop
  22. 
  23.