comparison loader/win32.c @ 30900:e907ff9e7e77

Move SetCodecPath() from loader to get_path.c and make it unconditional. This fixes compilation with the Win32 loader disabled but other binary codec loaders enabled.
author diego
date Sat, 20 Mar 2010 23:27:07 +0000
parents ff7b06c867cd
children 76a13038105e
comparison
equal deleted inserted replaced
30899:5c4742884b38 30900:e907ff9e7e77
47 47
48 #include "registry.h" 48 #include "registry.h"
49 #include "loader.h" 49 #include "loader.h"
50 #include "com.h" 50 #include "com.h"
51 #include "ext.h" 51 #include "ext.h"
52 #include "codecpath.h" 52 #include "get_path.h"
53 53
54 #include <stdlib.h> 54 #include <stdlib.h>
55 #include <assert.h> 55 #include <assert.h>
56 #include <stdarg.h> 56 #include <stdarg.h>
57 #include <ctype.h> 57 #include <ctype.h>