mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-14 04:38:26 +10:00
Use C++17 by default
Plus C++ standard conformance fixes.
This commit is contained in:
@@ -19,5 +19,5 @@ public:
|
||||
private:
|
||||
HINSTANCE m_hInstance;
|
||||
|
||||
static BOOL CALLBACK CStringSet::EnumResNameProc( HMODULE hModule, LPCTSTR lpszType, LPTSTR lpszName, LONG_PTR lParam );
|
||||
static BOOL CALLBACK EnumResNameProc( HMODULE hModule, LPCTSTR lpszType, LPTSTR lpszName, LONG_PTR lParam );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user