home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SRC / AFXINL1.CP_ / AFXINL1.CP
Encoding:
Text File  |  1993-02-08  |  1.3 KB  |  51 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library. 
  2. // Copyright (C) 1992 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 Microsoft 
  7. // QuickHelp and/or WinHelp 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 char BASED_CODE _szAfxInl[] = "afx.inl";
  20. #undef THIS_FILE
  21. #define THIS_FILE _szAfxInl
  22. #define _AFX_INLINE
  23. #include "afx.inl"
  24.  
  25. static char BASED_CODE _szAfxCollInl[] = "afxcoll.inl";
  26. #undef THIS_FILE
  27. #define THIS_FILE _szAfxCollInl
  28. #define _AFXCOLL_INLINE
  29. #include "afxcoll.inl"
  30.  
  31. #ifdef _WINDOWS
  32.  
  33. // the main 'afxwin.inl' is in a separate file
  34.  
  35. static char BASED_CODE _szAfxDlgsInl[] = "afxdlgs.inl";
  36. #undef THIS_FILE
  37. #define THIS_FILE _szAfxDlgsInl
  38. #define _AFXDLGS_INLINE
  39. #include "afxdlgs.inl"
  40.  
  41. // expand inlines - but not VBX support
  42. static char BASED_CODE _szAfxExtInl[] = "afxext.inl";
  43. #undef THIS_FILE
  44. #define THIS_FILE _szAfxExtInl
  45. #define _AFXEXT_INLINE
  46. #include "afxext.inl"
  47.  
  48. #endif //_WINDOWS
  49.  
  50. #endif //!_AFX_ENABLE_INLINES
  51.