mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Implement tree-shaking for Python sources
This commit is contained in:
parent
81287b7ec0
commit
44c87b83ff
110 changed files with 899 additions and 1922 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "libc/nt/console.h"
|
||||
#include "libc/nt/debug.h"
|
||||
#include "libc/nt/dll.h"
|
||||
#include "libc/nt/enum/keyaccess.h"
|
||||
#include "libc/nt/enum/regtype.h"
|
||||
#include "libc/nt/errors.h"
|
||||
#include "libc/nt/events.h"
|
||||
#include "libc/nt/files.h"
|
||||
|
@ -24,6 +26,8 @@
|
|||
#undef NULL
|
||||
#define NULL 0
|
||||
|
||||
#define ERROR_SUCCESS kNtErrorSuccess
|
||||
|
||||
#define FARPROC wambda
|
||||
#define NEARPROC wambda
|
||||
#define PROC wambda
|
||||
|
@ -1320,7 +1324,6 @@
|
|||
#define SOCKET_ERROR -1
|
||||
#define WSA_INVALID_EVENT -1L
|
||||
#define WAIT_FAILED -1U
|
||||
#define WSA_WAIT_FAILED -1U
|
||||
#define SOCKET uint64_t
|
||||
#define WSA_WAIT_IO_COMPLETION 0xc0
|
||||
#define WSA_WAIT_TIMEOUT 258
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue