Skip to content

Commit cdcd2c2

Browse files
committed
Remove Windows ERROR codes from pal.h
1 parent 011d947 commit cdcd2c2

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

  • src/libpsl-native/src

src/libpsl-native/src/pal.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,6 @@
55
#include <inttypes.h>
66
#include <limits.h>
77

8-
#define ERROR_INVALID_PARAMETER 87
9-
#define ERROR_OUTOFMEMORY 14
10-
#define ERROR_BAD_ENVIRONMENT 0x0000000A
11-
#define ERROR_TOO_MANY_OPEN_FILES 0x00000004
12-
#define ERROR_INSUFFICIENT_BUFFER 0x0000007A
13-
#define ERROR_NO_ASSOCIATION 0x00000483
14-
#define ERROR_NO_SUCH_USER 0x00000525
15-
#define ERROR_INVALID_FUNCTION 0x00000001
16-
#define ERROR_INVALID_ADDRESS 0x000001e7
17-
#define ERROR_GEN_FAILURE 0x0000001F
18-
#define ERROR_ACCESS_DENIED 0x00000005
19-
#define ERROR_INVALID_NAME 0x0000007B
20-
#define ERROR_STOPPED_ON_SYMLINK 0x000002A9
21-
#define ERROR_BUFFER_OVERFLOW 0x0000006F
22-
#define ERROR_FILE_NOT_FOUND 0x00000002
23-
#define ERROR_BAD_PATH_NAME 0x000000A1
24-
#define ERROR_BAD_NET_NAME 0x00000043
25-
#define ERROR_DISK_FULL 0x00000070
26-
#define ERROR_FILE_EXISTS 0x00000050
27-
#define ERROR_TOO_MANY_LINKS 0x00000476
28-
298
/*
309
**==============================================================================
3110
**

0 commit comments

Comments
 (0)