1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 00:29:02 +00:00

Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6769 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-07-23 12:03:05 +00:00
parent 3d0c8ff3bd
commit 265e6e90b1
3 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "DS_Filter.h"
#include "driver.h"
#include "com.h"
#include "module.h"
#include <stdio.h>
#include <string.h>

View File

@ -27,6 +27,7 @@
#include <wine/elfdll.h>
#endif
#include "win32.h"
#include "module.h"
//#include "driver.h"
//#undef TRACE

6
loader/module.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef LOADER_MODULE_H
#define LOADER_MODULE_H
void CodecRelease(void);
void CodecAlloc(void);
#endif // LOADER_MODULE_H