afxv_cfg.h 875 B

123456789101112131415161718192021
  1. // afxv_cfg.h - target configuration control for non-Microsoft compilers
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. // You can define _AFX_PORTABLE in order to keep the library from using
  13. // certain Microsoft extensions that are not commonly implemented by
  14. // other compilers.
  15. #define _AFX_PORTABLE
  16. #define _AFX_NO_DAO_SUPPORT // __BORLANDC__
  17. #define _AFX_NO_DEBUG_CRT // __BORLANDC__
  18. #define _AFX_PACKING 8 // __BORLANDC__
  19. #define _AFX_NO_CTL3D_SUPPORT // __BORLANDC__