ctlinl.cpp 787 B

1234567891011121314151617181920212223242526272829
  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. #ifdef _AFXDLL
  12. #pragma comment(lib, "olepro32.lib")
  13. #endif
  14. #ifndef _AFX_ENABLE_INLINES
  15. #ifdef AFXCTL_DEBUG_SEG
  16. #pragma code_seg(AFXCTL_DEBUG_SEG)
  17. #endif
  18. static char _szAfxCtlInl[] = "afxctl.inl";
  19. #undef THIS_FILE
  20. #define THIS_FILE _szAfxCtlInl
  21. #define _AFXCTL_INLINE
  22. #include "afxctl.inl"
  23. #endif //!_AFX_ENABLE_INLINES