- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
[wine] / dlls / msvcrt / ms_errno.h
1 #ifndef __WINE_MSVCRT_ERRNO_H
2 #define __WINE_MSVCRT_ERRNO_H
3
4 #define MSVCRT_EPERM   1
5 #define MSVCRT_ENOENT  2
6 #define MSVCRT_ESRCH   3
7 #define MSVCRT_EINTR   4
8 #define MSVCRT_EIO     5
9 #define MSVCRT_ENXIO   6
10 #define MSVCRT_E2BIG   7
11 #define MSVCRT_ENOEXEC 8
12 #define MSVCRT_EBADF   9
13 #define MSVCRT_ECHILD  10
14 #define MSVCRT_EAGAIN  11
15 #define MSVCRT_ENOMEM  12
16 #define MSVCRT_EACCES  13
17 #define MSVCRT_EFAULT  14
18 #define MSVCRT_EBUSY   16
19 #define MSVCRT_EEXIST  17
20 #define MSVCRT_EXDEV   18
21 #define MSVCRT_ENODEV  19
22 #define MSVCRT_ENOTDIR 20
23 #define MSVCRT_EISDIR  21
24 #define MSVCRT_EINVAL  22
25 #define MSVCRT_ENFILE  23
26 #define MSVCRT_EMFILE  24
27 #define MSVCRT_ENOTTY  25
28 #define MSVCRT_EFBIG   27
29 #define MSVCRT_ENOSPC  28
30 #define MSVCRT_ESPIPE  29
31 #define MSVCRT_EROFS   30
32 #define MSVCRT_EMLINK  31
33 #define MSVCRT_EPIPE   32
34 #define MSVCRT_EDOM    33
35 #define MSVCRT_ERANGE  34
36 #define MSVCRT_EDEADLK 36
37 #define MSVCRT_ENAMETOOLONG 38
38 #define MSVCRT_ENOLCK  39
39 #define MSVCRT_ENOSYS  40
40 #define MSVCRT_ENOTEMPTY 41
41
42 #endif  /* __WINE_MSVCRT_ERRNO_H */