Commit 3a3b75e1 authored by Alexander Morozov's avatar Alexander Morozov Committed by Alexandre Julliard

include: Remove declarations of undefined functions.

parent 1dad7595
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment