* include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.

* regenc.h: include ruby/defines.h.

	* regint.h: x64-mswin64 support.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2007-07-03 14:14:08 +00:00
parent 0e5360b2e4
commit 49b0a4d5ed
4 changed files with 14 additions and 1 deletions

View file

@ -30,6 +30,7 @@
*/
#ifndef REGINT_H
#include "ruby/config.h"
#include "ruby/defines.h"
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION
#endif