home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / advanced / mutexes / stdafx.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  904 b   |  21 lines

  1. // stdafx.cpp : source file that includes just the standard includes
  2. //  mutexes.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 C++ library.
  6. // Copyright (C) 1992-1998 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and related
  11. // electronic documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14. //
  15. // This sample application is derived from the Mutex application
  16. // distributed with Jeffrey Richter's "Advanced Windows" programming book
  17. // (Microsoft Press).  See the book for more information about Win32
  18. // programming topics, including thread synchronization.
  19.  
  20. #include "stdafx.h"
  21.