home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / src / afxinl1.cpp < prev    next >
C/C++ Source or Header  |  1998-06-16  |  1KB  |  47 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. #include "stdafx.h"
  12.  
  13. #ifndef _AFX_ENABLE_INLINES
  14.  
  15. #ifdef AFX_DBG1_SEG
  16. #pragma code_seg(AFX_DBG1_SEG)
  17. #endif
  18.  
  19. static const char _szAfxInl[] = "afx.inl";
  20. #undef THIS_FILE
  21. #define THIS_FILE _szAfxInl
  22. #define _AFX_INLINE
  23. #include "afx.inl"
  24.  
  25. static const char _szAfxCollInl[] = "afxcoll.inl";
  26. #undef THIS_FILE
  27. #define THIS_FILE _szAfxCollInl
  28. #define _AFXCOLL_INLINE
  29. #include "afxcoll.inl"
  30.  
  31. // the main 'afxwin.inl' is in a separate file
  32.  
  33. static const char _szAfxDlgsInl[] = "afxdlgs.inl";
  34. #undef THIS_FILE
  35. #define THIS_FILE _szAfxDlgsInl
  36. #define _AFXDLGS_INLINE
  37. #include "afxdlgs.inl"
  38.  
  39. // expand inlines
  40. static const char _szAfxExtInl[] = "afxext.inl";
  41. #undef THIS_FILE
  42. #define THIS_FILE _szAfxExtInl
  43. #define _AFXEXT_INLINE
  44. #include "afxext.inl"
  45.  
  46. #endif //!_AFX_ENABLE_INLINES
  47.