Skip to content

Commit

Permalink
* Fixed problems on Win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Masao Mutoh committed Nov 14, 2005
1 parent 2e65e32 commit 84bab3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions glib/src/glib2.def
Expand Up @@ -6,6 +6,7 @@ EXPORTS
rbgobj_add_relative
rbgobj_add_relative_removable
rbgobj_remove_relative
rbgobj_remove_relative_all
rbgobj_define_class
rbgobj_define_class_dynamic
rbgobj_instance_from_ruby_object
Expand Down
4 changes: 2 additions & 2 deletions glib/src/rbgobject.h
Expand Up @@ -4,7 +4,7 @@
rbgobject.h -
$Author: mutoh $
$Date: 2005/11/06 06:41:14 $
$Date: 2005/11/14 13:02:28 $
Copyright (C) 2003,2004 Ruby-GNOME2 Project Team
Copyright (C) 2002,2003 Masahiro Sakai
Expand Down Expand Up @@ -50,7 +50,7 @@ extern "C" {
#define G_REMOVE_RELATIVE(obj, id, hash_key)\
(rbgobj_remove_relative(obj, id, hash_key))

extern ID rbgobj_id_children;
RUBY_GLIB2_VAR ID rbgobj_id_children;
#define G_CHILD_SET(self, id, child) (rb_ivar_set(self, id, child))
#define G_CHILD_UNSET(self, id) (rb_ivar_set(self, id, Qnil))

Expand Down

0 comments on commit 84bab3a

Please sign in to comment.