Browse Source

* comment fix for vincent

git-svn-id: trunk@10582 -
marco 17 years ago
parent
commit
901e58c018
1 changed files with 6 additions and 6 deletions
  1. 6 6
      packages/winunits-base/src/shlobj.pp

+ 6 - 6
packages/winunits-base/src/shlobj.pp

@@ -923,9 +923,9 @@ Type
           pszDisplayName : LPSTR;    { Return display name of item selected. }
           lpszTitle : LPCSTR;        { text to go in the banner over the tree. }
           ulFlags : UINT;            { Flags that control the return stuff }
-          lpfn : BFFCALLBACK;        { extra info that's passed back in callbacks }
-          lParam : LPARAM;           { output var: where to return the Image index. }
-          iImage : longint;
+          lpfn : BFFCALLBACK;        
+          lParam : LPARAM;           { extra info that's passed back in callbacks }
+          iImage : longint;          { output var: where to return the Image index. }
        end;
      BROWSEINFOA = _browseinfoA;
      PBROWSEINFOA = ^BROWSEINFOA;
@@ -940,9 +940,9 @@ Type
           pszDisplayName : LPWSTR;    { Return display name of item selected. }
           lpszTitle : LPCWSTR;        { text to go in the banner over the tree. }
           ulFlags : UINT;             { Flags that control the return stuff }
-          lpfn : BFFCALLBACK;         { extra info that's passed back in callbacks }
-          lParam : LPARAM;            { output var: where to return the Image index. }
-          iImage : longint;
+          lpfn : BFFCALLBACK;         
+          lParam : LPARAM;            { extra info that's passed back in callbacks }
+          iImage : longint;           { output var: where to return the Image index. }
        end;
      BROWSEINFOW = _browseinfoW;
      PBROWSEINFOW = ^BROWSEINFOW;