diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | missing.h | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Jul 28 19:41:37 2010 NAKAMURA Usaku <usa@ruby-lang.org> + + * include/ruby/missing.h: shouldn't declare as dllimport when building + ruby itself (for Windows). + Wed Jul 28 17:11:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> * missing/*.c: include missing.h @@ -65,6 +65,9 @@ struct timezone { }; #endif +#ifdef RUBY_EXPORT +#undef RUBY_EXTERN +#endif #ifndef RUBY_EXTERN #define RUBY_EXTERN extern #endif |
