From 9489e9dd4b379413d078749ba62a77250f191ff4 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Sep 2007 15:38:11 +0000 Subject: warning fixes: win32.c:2102: warning: redundant redeclaration of 'LoadResource' wine/winbase.h:1678: warning: previous declaration of 'LoadResource' was here win32.c:2247: warning: redundant redeclaration of 'MODULE32_LookupHMODULE' wine/module.h:143: warning: previous declaration of 'MODULE32_LookupHMODULE' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24421 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/win32.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'loader/win32.c') diff --git a/loader/win32.c b/loader/win32.c index ed057aa295..127f5bdf59 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -2097,7 +2097,6 @@ static HRSRC WINAPI expFindResourceA(HMODULE module, char* name, char* type) return result; } -extern HRSRC WINAPI LoadResource(HMODULE, HRSRC); static HGLOBAL WINAPI expLoadResource(HMODULE module, HRSRC res) { HGLOBAL result=LoadResource(module, res); @@ -2242,7 +2241,6 @@ static int WINAPI expGetACP(void) dbgprintf("GetACP() => 0\n"); return 0; } -extern WINE_MODREF *MODULE32_LookupHMODULE(HMODULE m); static int WINAPI expGetModuleFileNameA(int module, char* s, int len) { WINE_MODREF *mr; -- cgit v1.2.3