afxinl1.cpp 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. #include "stdafx.h"
  11. #ifndef _AFX_ENABLE_INLINES
  12. #ifdef AFX_DBG1_SEG
  13. #pragma code_seg(AFX_DBG1_SEG)
  14. #endif
  15. static const char _szAfxInl[] = "afx.inl";
  16. #undef THIS_FILE
  17. #define THIS_FILE _szAfxInl
  18. #define _AFX_INLINE
  19. #include "afx.inl"
  20. static const char _szAfxCollInl[] = "afxcoll.inl";
  21. #undef THIS_FILE
  22. #define THIS_FILE _szAfxCollInl
  23. #define _AFXCOLL_INLINE
  24. #include "afxcoll.inl"
  25. // the main 'afxwin.inl' is in a separate file
  26. static const char _szAfxDlgsInl[] = "afxdlgs.inl";
  27. #undef THIS_FILE
  28. #define THIS_FILE _szAfxDlgsInl
  29. #define _AFXDLGS_INLINE
  30. //#include "afxdlgs.inl"
  31. // expand inlines
  32. static const char _szAfxExtInl[] = "afxext.inl";
  33. #undef THIS_FILE
  34. #define THIS_FILE _szAfxExtInl
  35. #define _AFXEXT_INLINE
  36. //#include "afxext.inl"
  37. #endif //!_AFX_ENABLE_INLINES