home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / hpp.z / WTEMPLAT.HPP < prev    next >
C/C++ Source or Header  |  1996-10-18  |  500b  |  32 lines

  1. /*
  2.  * wtemplate.hpp
  3.  *
  4.  *   Used to "extern" all templates.
  5.  *
  6.  */
  7.  
  8. #ifndef _WTEMPLAT_HPP_INCLUDED
  9. #define _WTEMPLAT_HPP_INCLUDED
  10.  
  11. #ifndef WCM_NO_TEMPLATING
  12.  
  13. #ifndef _WNO_PRAGMA_PUSH
  14. #pragma pack(push,8);
  15. #pragma enum int;
  16. #endif
  17.  
  18. #if defined( _WTEMPLAT_CPP ) || defined( _WTEMPLATE_CPP )
  19. #  define WTEMPLATE_DEF
  20. #else
  21. #  define WTEMPLATE_DEF extern
  22. #endif
  23.  
  24. #ifndef _WNO_PRAGMA_PUSH
  25. #pragma enum pop;
  26. #pragma pack(pop);
  27. #endif
  28.  
  29. #endif
  30.  
  31. #endif // _WTEMPLAT_HPP_INCLUDED
  32.