afxver_.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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. // afxver_.h - target version/configuration control
  11. /////////////////////////////////////////////////////////////////////////////
  12. #define _AFX_ENABLE_INLINES
  13. /////////////////////////////////////////////////////////////////////////////
  14. // special include files
  15. #ifndef AFX_INLINE
  16. #define AFX_INLINE inline /*__forceinline*/
  17. #endif
  18. #include <afxv_w32.h>
  19. /////////////////////////////////////////////////////////////////////////////
  20. // Standard preprocessor symbols if not already defined
  21. /////////////////////////////////////////////////////////////////////////////
  22. // AFXAPI is used on global public functions
  23. #ifndef AFXAPI
  24. #define AFXAPI __stdcall
  25. #endif
  26. /////////////////////////////////////////////////////////////////////////////