Skip to content

Commit

Permalink
Fix C++20対応
Browse files Browse the repository at this point in the history
  • Loading branch information
niki committed Oct 10, 2024
1 parent b856197 commit 1800bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/env/CFileNameManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CFileNameManager : public TSingleton<CFileNameManager>{
//ファイル名関連
LPTSTR GetTransformFileNameFast( LPCTSTR, LPTSTR, int nDestLen, HDC hDC, bool bFitMode = true, int cchMaxWidth = 0 ); // 2002.11.24 Moca Add
#ifdef NKMM_FIX_RECENT_FILE_DISP_NAME
std::tstring CFileNameManager::RestoreFastFileName(const std::tstring &fname);
std::tstring RestoreFastFileName(const std::tstring &fname);
#endif // NKMM_
int TransformFileName_MakeCache( void );
static LPCTSTR GetFilePathFormat( LPCTSTR, LPTSTR, int, LPCTSTR, LPCTSTR );
Expand Down

0 comments on commit 1800bd5

Please sign in to comment.