summaryrefslogtreecommitdiffstats
path: root/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h
index e2b1207be8..8f5ffae9be 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -17,7 +17,8 @@
extern "C" {
#endif
-void SetCodecPath(const char* path);
+extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
+
unsigned int _GetPrivateProfileIntA(const char* appname, const char* keyname, int default_value, const char* filename);
int _GetPrivateProfileStringA(const char* appname, const char* keyname,
const char* def_val, char* dest, unsigned int len, const char* filename);