Remove declarations of undefined functions.

Alexander Morozov amorozov at etersoft.ru
Tue Nov 18 04:24:59 CST 2008


-------------- next part --------------
From 5e3474acd8ae476fd089af7b4d8153b80364dea6 Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov at etersoft.ru>
Date: Tue, 18 Nov 2008 13:04:47 +0300
Subject: [PATCH] Remove declarations of undefined functions.

---
 include/wine/library.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/wine/library.h b/include/wine/library.h
index 5843fe2..2411ae1 100644
--- a/include/wine/library.h
+++ b/include/wine/library.h
@@ -73,8 +73,6 @@ extern void wine_init( int argc, char *argv[], char *error, int error_size );
 
 extern void DECLSPEC_NORETURN wine_switch_to_stack( void (*func)(void *), void *arg, void *stack );
 extern int wine_call_on_stack( int (*func)(void *), void *arg, void *stack );
-extern void wine_set_pe_load_area( void *base, size_t size );
-extern void wine_free_pe_load_area(void);
 
 /* memory mappings */
 
-- 
1.6.0.2.GIT



More information about the wine-patches mailing list