From ebbbde89647ae0a7cce430ef880822805ebc2e12 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 27 Oct 2015 15:23:22 +0100 Subject: Windows: workaround to solve false positive detection by some anti-virus software. --- src/Common/Registry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Registry.h') diff --git a/src/Common/Registry.h b/src/Common/Registry.h index fe80fb0d..99396771 100644 --- a/src/Common/Registry.h +++ b/src/Common/Registry.h @@ -31,6 +31,7 @@ BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size); BOOL DeleteLocalMachineRegistryKey (char *parentKey, char *subKeyToDelete); void DeleteRegistryValue (char *subKey, char *name); void GetStartupRegKeyName (char *regk, size_t cbRegk); +void GetRestorePointRegKeyName (char *regk, size_t cbRegk); #ifdef __cplusplus } -- cgit v1.2.3