home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / recent / recent.exe / StdAfx.cpp < prev    next >
C/C++ Source or Header  |  1998-01-23  |  320b  |  16 lines

  1. #include "stdafx.h"
  2.  
  3. #ifdef _ATL_STATIC_REGISTRY
  4. #include <atl\statreg.h>
  5. #include <atl\statreg.cpp>
  6. #else
  7. #error ATL.DLL has bugs!
  8. #endif
  9.  
  10. #pragma warning(disable:4273)
  11. #include <atlimpl.cpp>
  12. #pragma warning(default:4273)
  13. #pragma warning(disable:4244)
  14. #include <atlwin.cpp>
  15. #pragma warning(default:4244)
  16.