1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-03 09:03:48 +00:00

1. Added crc32-stream modules

2. Updated flow control for compressed-stream
3. Added newListener even on EventEmitter, that fires event after a lsitener is added
4. Added two new event helper methods
5. Updated fs.read to work with CreateFile on Windows.
This commit is contained in:
Bryan Roe
2020-06-15 13:16:01 -07:00
parent ca9bb50910
commit 3b1dc835eb
9 changed files with 397 additions and 22 deletions

View File

@@ -85,8 +85,7 @@
#include "inflate.h"
#include "inffast.h"
extern unsigned int crc32c(unsigned int crci, const unsigned char *buf, unsigned int len);
#define crc32(i, b, l) crc32c(i, b, l)
extern unsigned int crc32(unsigned int crci, const unsigned char *buf, unsigned int len);
#ifdef MAKEFIXED
# ifndef BUILDFIXED