comparison loader/elfdll.c @ 2139:e06cabbd1a9b

changes merged back from avifile cvs
author arpi
date Mon, 08 Oct 2001 22:26:14 +0000
parents ce45cce7f7a5
children 174e2a58b4cd
comparison
equal deleted inserted replaced
2138:b2c97c56c50e 2139:e06cabbd1a9b
5 */ 5 */
6 #include <config.h> 6 #include <config.h>
7 7
8 #ifdef HAVE_LIBDL 8 #ifdef HAVE_LIBDL
9 9
10 #include <stdio.h>
11 #include <stdlib.h>
12 #include <string.h>
13 #include <ctype.h>
14
15 #include <wine/windef.h> 10 #include <wine/windef.h>
16 //#include <wine/global.h>
17 //#include <wine/process.h>
18 #include <wine/module.h> 11 #include <wine/module.h>
19 #include <wine/heap.h> 12 #include <wine/heap.h>
20 #include <wine/elfdll.h> 13 #include <wine/elfdll.h>
21 #include <wine/debugtools.h> 14 #include <wine/debugtools.h>
22 #include <wine/winerror.h> 15 #include <wine/winerror.h>
23 16
24 //DEFAULT_DEBUG_CHANNEL(elfdll) 17 //DEFAULT_DEBUG_CHANNEL(elfdll)
25 18
19 #include <stdio.h>
20 #include <stdlib.h>
21 #include <string.h>
22 #include <ctype.h>
26 #include <dlfcn.h> 23 #include <dlfcn.h>
27 24
28 struct modref_list_t; 25 struct modref_list_t;
29 26
30 typedef struct modref_list_t 27 typedef struct modref_list_t