home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SRC / AFXINL2.CP_ / AFXINL2.CP
Encoding:
Text File  |  1993-02-08  |  831 b   |  30 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. #ifndef _WINDOWS
  16. #error This file is for the _WINDOWS _DEBUG build only
  17. #endif
  18.  
  19. #ifdef AFX_DBG2_SEG
  20. #pragma code_seg(AFX_DBG2_SEG)
  21. #endif
  22.  
  23. static char BASED_CODE _szAfxWinInl[] = "afxwin.inl";
  24. #undef THIS_FILE
  25. #define THIS_FILE _szAfxWinInl
  26. #define _AFXWIN_INLINE
  27. #include "afxwin.inl"
  28.  
  29. #endif //!_AFX_ENABLE_INLINES
  30.