changeset 24401:52c5107adea8

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
author diego
date Mon, 10 Sep 2007 15:38:11 +0000
parents 9f3df4fe8a2d
children 93b87066f9da
files loader/win32.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Mon Sep 10 15:33:40 2007 +0000
+++ b/loader/win32.c	Mon Sep 10 15:38:11 2007 +0000
@@ -2097,7 +2097,6 @@
     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 @@
     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;