Welcome to mirror list, hosted at ThFree Co, Russian Federation.

win_registry.h « src « lua-winreg « modules « src « lua « 3rdparty - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb71e1805bcd714c97b18b2a52049a428a7b54c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __WIN_REGISTRY_H__
#define __WIN_REGISTRY_H__
#ifdef  __cplusplus
extern "C" {
#endif

#include <windows.h>
LONG win_reg_deltree(HKEY hParentKey, const TCHAR * strKeyName);

#ifdef  __cplusplus
}
#endif
#endif //__WIN_REGISTRY_H__