[MPlayer-cvslog] r24421 - trunk/loader/win32.c
diego
subversion at mplayerhq.hu
Mon Sep 10 17:38:11 CEST 2007
Author: diego
Date: Mon Sep 10 17:38:11 2007
New Revision: 24421
Log:
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
Modified:
trunk/loader/win32.c
Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c (original)
+++ trunk/loader/win32.c Mon Sep 10 17:38:11 2007
@@ -2097,7 +2097,6 @@ static HRSRC WINAPI expFindResourceA(HMO
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;
More information about the MPlayer-cvslog
mailing list