home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / template / atl / pgmguids.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-16  |  221 b   |  10 lines

  1. #define INITGUID
  2. #define DBINITCONSTANTS
  3.  
  4. [!if=(FileExists, "FALSE")]
  5. #include <oledb.h>
  6. #include <msdadc.h>
  7. [!else]
  8. [!AddIncludeFile(TargetFile, "<oledb.h>")]
  9. [!AddIncludeFile(TargetFile, "<msdadc.h>")]
  10. [!endif]