Commit graph

9 commits

Author SHA1 Message Date
itsmattkc
c2456a489e file: prevent out of bounds reads with memory buffer 2022-08-06 20:22:59 -07:00
itsmattkc
1b854d51c6 lib: fixed more windows related issues 2022-07-31 15:20:32 -07:00
itsmattkc
9949a6c33a lib: move algorithm to types.h 2022-07-31 14:28:50 -07:00
itsmattkc
7f3969e657 lib: use LONG instead of DWORD for high word 2022-07-31 14:05:57 -07:00
itsmattkc
3a9f0ac05e lib: use win32 file apis on win32 2022-07-31 13:28:43 -07:00
itsmattkc
85e786924d lib: use void * in utility read/write functions
Easier to write since you don't have to cast to char * all the time
2022-07-21 17:05:50 -07:00
itsmattkc
91de5a7df4 file: added more basic functions to custom file abstraction classes 2022-07-18 15:29:05 -07:00
itsmattkc
f37a72b0d1 lib: fix gcc deprecation warnings 2022-07-18 11:55:00 -07:00
itsmattkc
1ab22fd85c lib: implement abstract file handler 2022-07-18 11:25:00 -07:00