Removed obsolete definitions.
This commit is contained in:
parent
28e8029107
commit
220c1c2c39
|
@ -11,18 +11,6 @@
|
|||
extern "C" {
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
||||
/*
|
||||
#define SHELL_ERROR_SUCCESS 0L
|
||||
#define SHELL_ERROR_BADDB 1L
|
||||
#define SHELL_ERROR_BADKEY 2L
|
||||
#define SHELL_ERROR_CANTOPEN 3L
|
||||
#define SHELL_ERROR_CANTREAD 4L
|
||||
#define SHELL_ERROR_CANTWRITE 5L
|
||||
#define SHELL_ERROR_OUTOFMEMORY 6L
|
||||
#define SHELL_ERROR_INVALID_PARAMETER 7L
|
||||
#define SHELL_ERROR_ACCESS_DENIED 8L
|
||||
*/
|
||||
|
||||
#define HKEY_CLASSES_ROOT ((HKEY) 0x80000000)
|
||||
#define HKEY_CURRENT_USER ((HKEY) 0x80000001)
|
||||
#define HKEY_LOCAL_MACHINE ((HKEY) 0x80000002)
|
||||
|
|
|
@ -13,12 +13,6 @@ extern "C" {
|
|||
#endif /* defined(__cplusplus) */
|
||||
|
||||
/* resource ids for different version infos */
|
||||
/* These are internal resources for win16, but simple numbers in win32 */
|
||||
/* All win32 defines should be moved to winver.h */
|
||||
#define VS_FILE_INFO16 MAKEINTRESOURCE16(16)
|
||||
#define VS_VERSION_INFO16 MAKEINTRESOURCE16(1)
|
||||
#define VS_USER_INFO16 MAKEINTRESOURCE16(100)
|
||||
|
||||
#define VS_FILE_INFO 16
|
||||
#define VS_VERSION_INFO 1
|
||||
#define VS_USER_DEFINED 100
|
||||
|
|
Loading…
Reference in New Issue