- Timestamp:
- Aug 20, 2000, 12:09:20 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/path.c
r3879 r4056 1 /* $Id: path.c,v 1. 5 2000-07-21 18:30:29sandervl Exp $ */1 /* $Id: path.c,v 1.6 2000-08-20 10:09:20 sandervl Exp $ */ 2 2 3 3 /* … … 48 48 #include <winuser.h> 49 49 50 #include "shlwapi.h" 50 #include <win\shlwapi.h> 51 #include <win\shlobj.h> 52 #include <win\wine\undocshell.h> 51 53 52 54 #define strncasecmp lstrncmpA … … 900 902 * NOTES 901 903 */ 902 LPSTR WINAPI PathQuoteSpacesA(LP CSTR lpszPath)904 LPSTR WINAPI PathQuoteSpacesA(LPSTR lpszPath) 903 905 { 904 906 FIXME("%s\n",lpszPath); … … 909 911 * PathQuoteSpacesW [SHLWAPI.@] 910 912 */ 911 LPWSTR WINAPI PathQuoteSpacesW(LP CWSTR lpszPath)913 LPWSTR WINAPI PathQuoteSpacesW(LPWSTR lpszPath) 912 914 { 913 915 FIXME("%s\n",debugstr_w(lpszPath)); … … 918 920 * PathQuoteSpacesAW [SHELL32.55] 919 921 */ 920 LPVOID WINAPI PathQuoteSpacesAW (LP CVOID lpszPath)922 LPVOID WINAPI PathQuoteSpacesAW (LPVOID lpszPath) 921 923 { 922 924 if(VERSION_OsIsUnicode())
Note:
See TracChangeset
for help on using the changeset viewer.