Removed more unused code.
Implemented console input.
This commit is contained in:
parent
96a5583f3b
commit
d6cb06cd9e
11 changed files with 136 additions and 1061 deletions
11
src/fixer.h
11
src/fixer.h
|
@ -91,6 +91,17 @@ typedef struct SYSTEMTIME
|
|||
int wDay;
|
||||
} SYSTEMTIME;
|
||||
|
||||
#define VK_BACK 1
|
||||
#define VK_END 2
|
||||
#define VK_HOME 3
|
||||
#define VK_LEFT 4
|
||||
#define VK_UP 5
|
||||
#define VK_RIGHT 6
|
||||
#define VK_DOWN 7
|
||||
#define VK_INSERT 8
|
||||
#define VK_DELETE 9
|
||||
#define VK_TAB 10
|
||||
|
||||
#define INVALID_HANDLE_VALUE -1
|
||||
#define GENERIC_WRITE 0x0001
|
||||
#define CREATE_ALWAYS 0x0002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue