home *** CD-ROM | disk | FTP | other *** search
- /*
- * wtemplate.hpp
- *
- * Used to "extern" all templates.
- *
- */
-
- #ifndef _WTEMPLAT_HPP_INCLUDED
- #define _WTEMPLAT_HPP_INCLUDED
-
- #ifndef WCM_NO_TEMPLATING
-
- #ifndef _WNO_PRAGMA_PUSH
- #pragma pack(push,8);
- #pragma enum int;
- #endif
-
- #if defined( _WTEMPLAT_CPP ) || defined( _WTEMPLATE_CPP )
- # define WTEMPLATE_DEF
- #else
- # define WTEMPLATE_DEF extern
- #endif
-
- #ifndef _WNO_PRAGMA_PUSH
- #pragma enum pop;
- #pragma pack(pop);
- #endif
-
- #endif
-
- #endif // _WTEMPLAT_HPP_INCLUDED
-