home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / labrador / labdriv / prelabdr.h < prev   
Encoding:
C/C++ Source or Header  |  1998-03-27  |  740 b   |  21 lines

  1. // prelabdr.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. // This is a part of the Active Template Library.
  6. // Copyright (C) 1996-1998 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Active Template Library Reference and related
  11. // electronic documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Active Template Library product.
  14.  
  15. #include <stdio.h>
  16. #include <windows.h>
  17. #include <tchar.h>
  18. #include <crtdbg.h>
  19.  
  20. #include "..\\labrador.h" // MIDL generated, if not found, just run MIDL on Labrador
  21.