(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.
This commit is contained in:
@@ -426,7 +426,7 @@ FILE *FioFOpenFile(const char *filename, const char *mode, Subdirectory subdir,
|
||||
* Create a directory with the given name
|
||||
* @param name the new name of the directory
|
||||
*/
|
||||
void FioCreateDirectory(const char *name)
|
||||
static void FioCreateDirectory(const char *name)
|
||||
{
|
||||
#if defined(WIN32) || defined(WINCE)
|
||||
CreateDirectory(OTTD2FS(name), NULL);
|
||||
|
Reference in New Issue
Block a user