home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / adosamp / server / stdafx.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-03  |  589 b   |  17 lines

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