diff loader/module.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
line wrap: on
line diff
--- a/loader/module.c	Sat Mar 20 01:33:54 2010 +0000
+++ b/loader/module.c	Sat Mar 20 23:27:07 2010 +0000
@@ -46,7 +46,7 @@
 #endif
 #include "win32.h"
 #include "drv.h"
-#include "codecpath.h"
+#include "get_path.h"
 
 #ifdef EMU_QTX_API
 #include "wrapper.h"