[MPlayer-cvslog] r24418 - trunk/loader/pe_image.c

diego subversion at mplayerhq.hu
Mon Sep 10 17:27:23 CEST 2007


Author: diego
Date: Mon Sep 10 17:27:23 2007
New Revision: 24418

Log:
warning fixes:
pe_image.c:70: warning: redundant redeclaration of 'LookupExternal'
win32.h:41: warning: previous declaration of 'LookupExternal' was here
pe_image.c:71: warning: redundant redeclaration of 'LookupExternalByName'
win32.h:42: warning: previous declaration of 'LookupExternalByName' was here


Modified:
   trunk/loader/pe_image.c

Modified: trunk/loader/pe_image.c
==============================================================================
--- trunk/loader/pe_image.c	(original)
+++ trunk/loader/pe_image.c	Mon Sep 10 17:27:23 2007
@@ -67,9 +67,6 @@
 
 #define AdjustPtr(ptr,delta) ((char *)(ptr) + (delta))
 
-extern void* LookupExternal(const char* library, int ordinal);
-extern void* LookupExternalByName(const char* library, const char* name);
-
 static void dump_exports( HMODULE hModule )
 { 
   char		*Module;



More information about the MPlayer-cvslog mailing list