prefix.h
Upload User: hy_wanghao
Upload Date: 2007-01-08
Package Size: 279k
Code Size: 0k
Category:

Shell api

Development Platform:

Visual C++

  1. #ifndef _PREFIX_H
  2. #define _PREFIX_H 1
  3. /*
  4.  * prefix.h
  5.  *
  6.  */ 
  7. #ifdef WIN32DLL
  8. #define PREFIX __declspec(dllexport)
  9. #else
  10. #define PREFIX 
  11. #endif /* WIN32DLL */
  12. #endif /* _PREFIX_H */