mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
190 B
C
11 lines
190 B
C
// Util/FilePathAutoRename.h
|
|
|
|
#ifndef __FILEPATHAUTORENAME_H
|
|
#define __FILEPATHAUTORENAME_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
bool AutoRenamePath(UString &fullProcessedPath);
|
|
|
|
#endif
|