Registry Explorer (console tool) by Nedko Arnaoudov added to the system utilities...
[reactos.git] / rosapps / sysutils / regexpl / RegistryExplorer.h
1
2 #ifndef _REGISTRY_EXPLORER_H__INCLUDED
3 #define _REGISTRY_EXPLORER_H__INCLUDED
4
5 #define CURRENT_VERSION _T("0.10")
6 #define EMAIL _T("registryexplorer@yahoo.com")
7
8 //#define __L(x) L ## x
9 //#define _L(x) __L(x)
10 /*
11 #define HELLO_MSG(date) _T("Registry Explorer for Microsoft Windows NT 4.0\n")\
12 _T("Version ") CURRENT_VERSION _T(" Compiled on ") date _T("\n")\
13 _T("Coded by Nedko Arnaoudov. This product is freeware.\n\n")
14 */
15 #define HELLO_MSG _T("Registry Explorer version ") CURRENT_VERSION _T(" for ReactOS\n")\
16 _T("Coded by Nedko Arnaoudov. Licence is GNU GPL.\n\n")
17
18 #define VER_MSG _T("Please report bugs to ") EMAIL _T("\n")
19
20 #define GOODBYE_MSG _T("\nThank you for using Registry Explorer !!!\n")
21
22 #define COMMAND_NA_ON_ROOT _T(" command is not applicable to root key.\n")
23
24 //#define COMMAND_LENGTH(cmd) (sizeof(DIR_CMD)-sizeof(TCHAR))/sizeof(TCHAR)
25 #define COMMAND_LENGTH(cmd) _tcslen(cmd)
26
27 #define PROMPT_BUFFER_SIZE 1024
28
29 #endif //#ifndef _REGISTRY_EXPLORER_H__INCLUDED