comparison loader/elfdll.c @ 30901:76a13038105e

Rename get_path.[ch] --> path.[ch]. These files now contain different functions related to path handling.
author diego
date Sat, 20 Mar 2010 23:38:27 +0000
parents e907ff9e7e77
children b32527b30d17
comparison
equal deleted inserted replaced
30900:e907ff9e7e77 30901:76a13038105e
16 #include "wine/heap.h" 16 #include "wine/heap.h"
17 #include "wine/elfdll.h" 17 #include "wine/elfdll.h"
18 #include "wine/debugtools.h" 18 #include "wine/debugtools.h"
19 #include "wine/winerror.h" 19 #include "wine/winerror.h"
20 #include "debug.h" 20 #include "debug.h"
21 #include "get_path.h" 21 #include "path.h"
22 22
23 //DEFAULT_DEBUG_CHANNEL(elfdll) 23 //DEFAULT_DEBUG_CHANNEL(elfdll)
24 24
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <stdlib.h> 26 #include <stdlib.h>