Leaked source code of windows server 2003
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.

27 lines
589 B

  1. //***************************************************************************
  2. //
  3. // PROVIMEX.H
  4. //
  5. // Module:
  6. //
  7. // Copyright (c) 1996-2001 Microsoft Corporation, All Rights Reserved
  8. //
  9. //***************************************************************************
  10. #ifndef __PROVIMEX_H__
  11. #define __PROVIMEX_H__
  12. #define DllImport __declspec ( dllimport )
  13. #define DllExport __declspec ( dllexport )
  14. #ifdef PROVIMEX_INIT
  15. #define DllImportExport __declspec ( dllexport )
  16. #else
  17. #define DllImportExport __declspec ( dllimport )
  18. #endif
  19. #endif //__PROVIMEX_H__