* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba565bd6b3
commit
977bf97db3
@ -1,3 +1,7 @@
|
|||||||
|
Sat Nov 9 16:06:57 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.
|
||||||
|
|
||||||
Sat Nov 9 11:39:45 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
Sat Nov 9 11:39:45 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||||
|
|
||||||
* eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of
|
* eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include "ruby.h"
|
#include "ruby.h"
|
||||||
|
|
||||||
#if defined _WIN32 || defined __CYGWIN__
|
#if defined _WIN32 || defined __CYGWIN__
|
||||||
|
# include "util.h"
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
typedef HINSTANCE DL_HANDLE;
|
typedef HINSTANCE DL_HANDLE;
|
||||||
# define DL_OPEN LoadLibrary
|
# define DL_OPEN LoadLibrary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user