I'm trying to use PathIsDirectory in a unicode build but always get
Code:
error LNK2001: unresolved external symbol __imp__PathIsDirectoryW@4
I've included shlwapi.h and link to shlwapi.lib .

Can anyone please help me out with this ?