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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user