tatsoku / hamon

A WIP homemade shell in C, focusing on customizability, performance and support.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Dev #39

Closed realzvqle closed 3 weeks ago

realzvqle commented 3 weeks ago

added hamon_strl.h to replace bsd strings.h

msvc doesn't like buffers without a fixed size, so added some dynamic memory allocations to make the compiler happy

and uh yeah, also replaced WINBOOL with BOOL

realzvqle commented 3 weeks ago

to compile install the windows sdk then run the x64 native command prompt then run cl src/hamon/.c src/.c advapi32.lib /I include/ /Fe:hamon.exe

h4rldev commented 3 weeks ago

MSVC support is not planned.