From 2b6a453474d3ab25d8335d4422d89c4e27c26426 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Tue, 10 Nov 2009 21:09:12 +0100 Subject: [PATCH] include: Add some more defines to winerror.h. --- include/winerror.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/winerror.h b/include/winerror.h index 5d02c066488..0bab88244cd 100644 --- a/include/winerror.h +++ b/include/winerror.h @@ -666,6 +666,9 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x) #define ERROR_EVENTLOG_CANT_START 1501 #define ERROR_LOG_FILE_FULL 1502 #define ERROR_EVENTLOG_FILE_CHANGED 1503 +#define ERROR_INVALID_TASK_NAME 1550 +#define ERROR_INVALID_TASK_INDEX 1551 +#define ERROR_THREAD_ALREADY_IN_TASK 1552 #define ERROR_INSTALL_SERVICE_FAILURE 1601 #define ERROR_INSTALL_USEREXIT 1602 #define ERROR_INSTALL_FAILURE 1603