afxinl2.cpp 723 B

12345678910111213141516171819202122232425
  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_DBG2_SEG
  13. #pragma code_seg(AFX_DBG2_SEG)
  14. #endif
  15. static const char _szAfxWinInl[] = "afxwin1.inl";
  16. #undef THIS_FILE
  17. #define THIS_FILE _szAfxWinInl
  18. #define _AFXWIN_INLINE
  19. #include "afxwin1.inl"
  20. #endif //!_AFX_ENABLE_INLINES