Fix PathCanonicalize() API not being found for win32 build

Add shlwapi.h to access the prototype of the function of
PathCanonicalize()
This commit is contained in:
quamrulmina 2016-01-04 17:21:50 -06:00
parent 6301972e69
commit 65df6a412c

View File

@ -203,6 +203,8 @@ realpath(const char *path, char resolved[PATH_MAX])
#else
#include <Shlwapi.h>
void backslashconvert(char *str)
{
while (*str) {