--- a/src/win32/win32dep.c Thu Dec 09 02:24:01 2004 +0000 +++ b/src/win32/win32dep.c Thu Dec 09 02:55:18 2004 +0000 @@ -142,6 +142,7 @@ MyFlashWindowEx = (LPFNFLASHWINDOWEX)wgaim_find_and_loadproc("user32.dll", "FlashWindowEx" ); } +#if 0 static char* base_name(char* path) { char *tmp = path; char *prev = NULL; @@ -155,6 +156,7 @@ else return NULL; } +#endif BOOL folder_exists(char *folder) { BOOL ret = FALSE;