summaryrefslogtreecommitdiff
path: root/win32/ruby.def
blob: 1c9e5898496c64fbf91732a14337c6cd4107f0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
LIBRARY ruby.dll
CODE LOADONCALL
DATA LOADONCALL
DESCRIPTION 'win32 ruby.dll'
EXPORTS

;missing/nt.c
	NtInitialize
;eval.c
	ruby_init
	ruby_options
	ruby_run
;class.c
	;;rb_define_module_function
	;;rb_define_const
	;;rb_define_singleton_method
	;;rb_define_alias
	rb_define_alias
	rb_define_attr
	rb_define_class
	rb_define_class_id
	rb_define_class_under
	rb_define_global_function
	rb_define_method
	rb_define_method_id
	rb_define_module
	rb_define_module_function
	rb_define_module_id
	rb_define_module_under
	rb_define_private_method
	rb_define_singleton_method
	rb_scan_args
;variable.c
	rb_define_const
	rb_define_hooked_variable
	rb_define_global_const
	rb_define_readonly_variable
	rb_define_variable
	rb_define_virtual_variable
;string.c
	str_new
	str_new2
	str_new3
	str_new4
;numeric.c
	num2int

;error.c
	rb_check_type
	Fatal

;gc.c
	xmalloc
	xcalloc