include: Remove declarations of undefined functions.
This commit is contained in:
parent
1dad75955d
commit
3a3b75e177
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue