comparison loader/module.c @ 6768:4b0dd1ff6a20

Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.
author atmos4
date Tue, 23 Jul 2002 12:03:05 +0000
parents 523014df7d32
children 174e2a58b4cd
comparison
equal deleted inserted replaced
6767:a6240ba29795 6768:4b0dd1ff6a20
25 #ifdef HAVE_LIBDL 25 #ifdef HAVE_LIBDL
26 #include <dlfcn.h> 26 #include <dlfcn.h>
27 #include <wine/elfdll.h> 27 #include <wine/elfdll.h>
28 #endif 28 #endif
29 #include "win32.h" 29 #include "win32.h"
30 #include "module.h"
30 //#include "driver.h" 31 //#include "driver.h"
31 32
32 //#undef TRACE 33 //#undef TRACE
33 //#define TRACE printf 34 //#define TRACE printf
34 35