changeset 6768:4b0dd1ff6a20

Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.
author atmos4
date Tue, 23 Jul 2002 12:03:05 +0000
parents a6240ba29795
children c012f2f64190
files loader/dshow/DS_Filter.c loader/module.c loader/module.h
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/DS_Filter.c	Mon Jul 22 14:54:34 2002 +0000
+++ b/loader/dshow/DS_Filter.c	Tue Jul 23 12:03:05 2002 +0000
@@ -1,6 +1,7 @@
 #include "DS_Filter.h"
 #include "driver.h"
 #include "com.h"
+#include "module.h"
 #include <stdio.h>
 #include <string.h>
 
--- a/loader/module.c	Mon Jul 22 14:54:34 2002 +0000
+++ b/loader/module.c	Tue Jul 23 12:03:05 2002 +0000
@@ -27,6 +27,7 @@
 #include <wine/elfdll.h>
 #endif
 #include "win32.h"
+#include "module.h"
 //#include "driver.h"
 
 //#undef TRACE
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/loader/module.h	Tue Jul 23 12:03:05 2002 +0000
@@ -0,0 +1,6 @@
+#ifndef LOADER_MODULE_H
+#define LOADER_MODULE_H
+void CodecRelease(void);
+void CodecAlloc(void);
+
+#endif // LOADER_MODULE_H