Mercurial > mplayer.hg
changeset 24398:d4674d333c9c
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
author | diego |
---|---|
date | Mon, 10 Sep 2007 15:27:23 +0000 |
parents | 5ed2a051eb85 |
children | 37bc4e1c03b8 |
files | loader/pe_image.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/pe_image.c Mon Sep 10 14:43:19 2007 +0000 +++ b/loader/pe_image.c Mon Sep 10 15:27:23 2007 +0000 @@ -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;