TheRealYunix / Flipnote-Signer

A Flipnote signer for windows without having the private-key
10 stars 1 forks source link

Missing “windows.h” from ver 0.6 source code #2

Closed plotonnn closed 5 months ago

plotonnn commented 5 months ago

I was trying to compile the program on Linux. When commanded “make main” in any of the folders in the .zip/.tar.gz, there is the same error:

fatal error: windows.h: no such file or directory. 3| #include

TheRealYunix commented 5 months ago

Hello plotonnn, This program only runs under Windows because it uses WinApi32. There are no compilation options for Linux.