summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/libwin32.h2
-rw-r--r--loader/registry.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h
index 7570072649..509941432b 100644
--- a/loader/dshow/libwin32.h
+++ b/loader/dshow/libwin32.h
@@ -17,7 +17,7 @@ typedef uint32_t fourcc_t;
typedef struct FatalError
{
FatalError();
- void PrintAll() {}
+ void PrintAll(void) {}
}FatalError;
*/
diff --git a/loader/registry.c b/loader/registry.c
index 50912aa4dd..01c6321ec5 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -21,11 +21,11 @@
#include "ext.h"
#include "registry.h"
+#include "get_path.h"
+
//#undef TRACE
//#define TRACE printf
-char *get_path(const char*);
-
// ...can be set before init_registry() call
char* regpathname = NULL;