src/win32/win32dep.c

changeset 10335
cf53f16ad85d
parent 10240
09342bc554d9
child 10589
4e10236e06d4
--- 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;

mercurial