decompals / wibo

Quick-and-dirty wrapper that tries to run 32-bit Windows command-line executables on Linux
MIT License
57 stars 19 forks source link

implement SetEndOfFile, CreateDirectoryA, RemoveDirectoryA, SetFileAttributesA #6

Closed camthesaxman closed 2 years ago

camthesaxman commented 2 years ago

These functions are needed for mwldeppc.exe to work. Note that these implementations are rather dummy in nature and not fully compliant to the Windows API.