Ignore:
Timestamp:
Aug 31, 2001, 1:37:03 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/path.c

    r5854 r6609  
    11711171BOOL WINAPI PathIsURLA(LPCSTR lpstrPath)
    11721172{
     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 
    11731183        LPSTR lpstrRes;
    11741184        int iSize, i=0;
Note: See TracChangeset for help on using the changeset viewer.