mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:15:09 +00:00
6 lines
110 B
C
6 lines
110 B
C
#pragma once
|
|
|
|
typedef dword size_t;
|
|
typedef signed_dword ssize_t;
|
|
|
|
static const size_t GoodBufferSize = 4096;
|