I have not included the icon and the needed resource file because not so important.
if you need it you can get the icon with reshacker from the executable on my website naming it icon.ico and then create a file called icon.rc containing:
Code:
10 ICON icon.ico
now compile it with: windres.exe icon.rc icon.o
and add icon.o to the previous compilation example of the previous post.
if you want to run the program from command-line use:
gcc ventrilobotomyfix.c -o ventrilobotomy -UWIN32