Fix C++23 warnings

warning C5333: backslash and newline separated by space is treated as a line continuation in C++23 and later
This commit is contained in:
ge0rdi
2026-05-13 20:07:54 +02:00
parent b2070640ff
commit dfb307b3b7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ private:
static DWORD CALLBACK StaticRefreshInfoThread( void *param );
static DWORD CALLBACK SaveCacheFileThread( void *param );
// all paths are in caps and end with \
// all paths are in caps and end with backslash
CString m_RootStartMenu1;
CString m_RootStartMenu2;
CString m_RootStartMenu3;