tweak for win32_trash()
This commit is contained in:
parent
adc181e3ec
commit
87ed5bc991
2 changed files with 10 additions and 4 deletions
|
|
@ -2141,8 +2141,10 @@ static SDL_Surface *myIMG_Load(const char *file);
|
|||
static int trash(char *path);
|
||||
#else
|
||||
#ifndef UNLINK_ONLY
|
||||
static int win32_trash(char *path);
|
||||
extern int win32_trash(char *path);
|
||||
#define trash(file) win32_trash(file)
|
||||
#else
|
||||
static int trash(char *path);
|
||||
#endif
|
||||
#endif
|
||||
int file_exists(char *path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue