mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
10 lines
216 B
C
10 lines
216 B
C
#ifndef _utils_h_
|
|
#define _utils_h_
|
|
|
|
// uninstall.cpp
|
|
String GetShellFolder(const char *name, HKEY type);
|
|
void DelKey(const char *dir, const char *key);
|
|
void RemoveWindowsItems();
|
|
void Uninstall();
|
|
|
|
#endif
|