home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / utility / templdef / afxcoll2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.0 KB  |  40 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifdef _AFX_PACKING
  12. #pragma pack(pop)
  13. #endif
  14.  
  15. #ifndef __AFXSTATE_H__
  16.     #include <afxstat_.h>   // for MFC private state structures
  17. #endif
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // Inline function declarations
  21.  
  22. #ifdef _AFX_ENABLE_INLINES
  23. #define _AFXCOLL_INLINE AFX_INLINE
  24. #include <afxcoll.inl>
  25. #endif
  26.  
  27. #undef AFX_DATA
  28. #define AFX_DATA
  29.  
  30. #ifdef _AFX_MINREBUILD
  31. #pragma component(minrebuild, on)
  32. #endif
  33. #ifndef _AFX_FULLTYPEINFO
  34. #pragma component(mintypeinfo, off)
  35. #endif
  36.  
  37. #endif //!__AFXCOLL_H__
  38.  
  39. /////////////////////////////////////////////////////////////////////////////
  40.