include: Remove declarations of undefined functions.

This commit is contained in:
Alexander Morozov 2008-11-18 13:04:47 +03:00 committed by Alexandre Julliard
parent 1dad75955d
commit 3a3b75e177
1 changed files with 0 additions and 2 deletions

View File

@ -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 */