mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 18:11:37 -06:00
3.13
This commit is contained in:
25
7zip/FileManager/RegistryUtils.h
Executable file
25
7zip/FileManager/RegistryUtils.h
Executable file
@@ -0,0 +1,25 @@
|
||||
// RegistryUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Common/StringConvert.h"
|
||||
|
||||
#ifndef __REGISTRYUTILS_H
|
||||
#define __REGISTRYUTILS_H
|
||||
|
||||
void SaveRegLang(const CSysString &langFile);
|
||||
void ReadRegLang(CSysString &langFile);
|
||||
|
||||
void SaveRegEditor(const CSysString &langFile);
|
||||
void ReadRegEditor(CSysString &langFile);
|
||||
|
||||
void SaveShowDots(bool showDots);
|
||||
bool ReadShowDots();
|
||||
|
||||
void SaveShowRealFileIcons(bool show);
|
||||
bool ReadShowRealFileIcons();
|
||||
|
||||
void SaveShowSystemMenu(bool showSystemMenu);
|
||||
bool ReadShowSystemMenu();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user