Added #idef to Export to add check for support for member templates.
This commit is contained in:
parent
7c95922300
commit
7bc2a513e7
@ -24,6 +24,12 @@
|
||||
# define SG_EXPORT
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if (_MSC_VER >= 1300)
|
||||
# define __STL_MEMBER_TEMPLATES
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Define NULL pointer value */
|
||||
|
||||
#ifndef NULL
|
||||
|
Loading…
Reference in New Issue
Block a user