I have some trouble to compile my program using make and a Makefile.
It complains that the method ReadDirectoryChangesW is an undeclared identifier.
At the beginning, I have:

#include <winbase.h>



According to MSDN, the kernel32.lib should be imported as well.
How is a library imported? :~/