Whenever I’ve done this, I just
#include <windows.h>
and start coding. MinGW comes with a windows.h
file so you don’t need to do anything extra.
Whenever I’ve done this, I just
#include <windows.h>
and start coding. MinGW comes with a windows.h
file so you don’t need to do anything extra.