Implement tree-shaking for Python sources

This commit is contained in:
Justine Tunney 2021-09-05 01:20:03 -07:00
parent 81287b7ec0
commit 44c87b83ff
110 changed files with 899 additions and 1922 deletions

View file

@ -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