Module: wine Branch: master Commit: 2b6a453474d3ab25d8335d4422d89c4e27c26426 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b6a453474d3ab25d8335d4422...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Tue Nov 10 21:09:12 2009 +0100
include: Add some more defines to winerror.h.
---
include/winerror.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/winerror.h b/include/winerror.h index 5d02c06..0bab882 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