Added defined( __BCPLUSPLUS__) to windows export code segments.

This commit is contained in:
Robert Osfield
2002-02-02 20:07:59 +00:00
parent 41d4360675
commit 0c63a4b65d
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
#endif
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__)
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__)
# ifdef OSGDB_LIBRARY
# define OSGDB_EXPORT __declspec(dllexport)
# else