Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
301 B

  1. #ifndef ESSCPOL_HEADERFILE_IS_INCLUDED
  2. #define ESSCPOL_HEADERFILE_IS_INCLUDED
  3. #ifdef USE_POLARITY
  4. #ifdef BUILDING_ESSCLI_DLL
  5. #define ESSCLI_POLARITY __declspec( dllexport )
  6. #else
  7. #define ESSCLI_POLARITY __declspec( dllimport )
  8. #endif
  9. #else
  10. #define ESSCLI_POLARITY
  11. #endif
  12. #endif