home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / smiley / smilectl / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1998-03-27  |  480 b   |  13 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #include <afxctl.h>         // MFC support for OLE Custom Controls
  6.  
  7. // Delete the two includes below if you do not wish to use the MFC
  8. //  database classes
  9. #ifndef _UNICODE
  10. #include <afxdb.h>          // MFC database classes
  11. #include <afxdao.h>         // MFC DAO database classes
  12. #endif // _UNICODE
  13.