Hacker News new | ask | show | jobs
by seba_dos1 2641 days ago
A pity that it uses windows.h API.
2 comments

It does work with wine using the pre-compiled version and `wineconsole`:

    curl https://www.dropbox.com/s/rmagppsuhwms28k/TinySki.exe -OL
    wineconsole TinySki.exe
I feel like using MFC would have been a better choice here for future portability.