home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / vcoledb / consumer / catdb / stdafx.cpp < prev    next >
C/C++ Source or Header  |  1998-03-26  |  640b  |  20 lines

  1. // stdafx.cpp : source file that includes just the standard includes
  2. //  CatDB.pch will be the pre-compiled header
  3. //  stdafx.obj will contain the pre-compiled type information
  4. //
  5. // This is a part of the Microsoft Foundation Classes and
  6. // Templates (MFC&T).
  7. // Copyright (C) 1998 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // MFC&T Reference and related electronic documentation provided
  12. // with the library.  See these sources for detailed information
  13. // regarding the MFC&T product.
  14. //
  15.  
  16. #include "stdafx.h"
  17.  
  18. #include <atlimpl.cpp>
  19. CComModule _Module;
  20.