Changeset 6609 for trunk/src/shlwapi/path.c
- Timestamp:
- Aug 31, 2001, 1:37:03 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/path.c
r5854 r6609 1171 1171 BOOL WINAPI PathIsURLA(LPCSTR lpstrPath) 1172 1172 { 1173 // 2001-08-30 PH 1174 // SHLWAPI/W95 Code: 1175 // 1176 // if (lpstrPath == NULL) 1177 // return FALSE; 1178 // 1179 // DWORD dwUnknown = SHREG_xxx; // 0x18 1180 // return SHLWAPI_1(lpstrPath, &dwUnknown); 1181 1182 1173 1183 LPSTR lpstrRes; 1174 1184 int iSize, i=0;
Note:
See TracChangeset
for help on using the changeset viewer.