How to use the Windows API in MinGW?
Whenever I've done this, I just
#include
and start coding. MinGW comes with a windows.h file so you don't need to do anything extra.
windows.h