From ad260a03706e7ad589430911448285dceafe5370 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Tue, 20 Oct 2009 19:09:12 +0000 Subject: basename() function, at least know it should compile. Feel free to replace with the proper WIN32 code. --- source/blender/blenlib/BLI_winstuff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_winstuff.h') diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h index 757b3605203..77d41e2b96a 100644 --- a/source/blender/blenlib/BLI_winstuff.h +++ b/source/blender/blenlib/BLI_winstuff.h @@ -129,6 +129,7 @@ struct dirent *readdir(DIR *dp); int closedir (DIR *dp); void get_default_root(char *root); int check_file_chars(char *filename); +char *dirname(char *path); #ifdef WIN32 int BLI_getInstallationDir(char *str); -- cgit v1.2.3