diff options
author | rpj <rpj> | 1998-09-12 10:15:20 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-09-12 10:15:20 +0000 |
commit | f198ec61db75dd773357ba9a837a76e4bd16db60 (patch) | |
tree | 5a90d3432a513fe4fb98193b766f27b37df7bf37 /windows.h | |
parent | b63e40988fde13ccd11dea845bd9008c56b21cdb (diff) |
* windows.h: Remove error number definitions. These are in <errno.h>
Diffstat (limited to 'windows.h')
-rw-r--r-- | windows.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -47,19 +47,6 @@ enum { THREAD_PRIORITY_ERROR_RETURN }; -/* Error numbers */ - -enum { - EINVAL, - ENOMEM, - ENOSYS, - EAGAIN, - EDEADLK, - EBUSY, - ENOSUP, - ESRCH -}; - typedef void VOID; typedef int BOOL; |