[MPlayer-dev-eng] [PATCH] more implicit declarations of functions 1/3
Diego Biurrun
diego at biurrun.de
Fri Jul 8 15:18:18 CEST 2011
On Fri, Jul 08, 2011 at 02:26:56AM +0000, Stephen Sheldon wrote:
>
> Several of these have crept into gui/win32. There are functions in
> interface.c called from dialogs.c and preferences.c, and there are
> problems with forward references in preferences.c.
> In an effort to try to keep things in the win32/gui directory,
> I created a new header file gui/win32/interface.h, which includes
> gui/interface.h and defines the functions called outside interface.c.
No, the function declarations should be in gui/interface.h if the
symbols are exported from gui/interface.c.
> The new header file is the first patch. The second patch changes the
> files in gui/win32 to include it.
This should be one patch.
> Here is the new header file. I don't know how to do with with an actual
> patch.
svn add
Diego
More information about the MPlayer-dev-eng
mailing list