- many new Path* stubs
- many bugfixes
- class functions expanding environments variables now
diff --git a/include/shlwapi.h b/include/shlwapi.h
index 996d863..a5717e5 100644
--- a/include/shlwapi.h
+++ b/include/shlwapi.h
@@ -41,6 +41,11 @@
LPWSTR WINAPI StrChrW(LPCWSTR lpStart, WCHAR wMatch);
#define StrChr WINELIB_NAME_AW(StrChr)
+void WINAPI PathRemoveBlanksA(LPSTR lpszPath);
+void WINAPI PathRemoveBlanksW(LPWSTR lpszPath);
+#define PathRemoveBlanks WINELIB_NAME_AW(PathRemoveBlanks)
+void WINAPI PathRemoveBlanksAW(LPVOID lpszPath);
+
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */