summaryrefslogtreecommitdiff
path: root/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/windows.h b/windows.h
index b94ac05..89843f6 100644
--- a/windows.h
+++ b/windows.h
@@ -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;