Changeset 10172 for trunk/src/shell32
- Timestamp:
 - Jul 16, 2003, 1:03:53 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/shell32/shellole.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/shell32/shellole.c
r8614 r10172 656 656 657 657 if(lpszwFile) { 658 #ifdef __WIN32OS2__ 659 lpszFileA = (LPSTR) HeapAlloc(GetProcessHeap(), 0, lLength * sizeof( WCHAR )); 660 #else 658 661 lpszFileA = (LPSTR) HeapAlloc(GetProcessHeap(), 0, lLength); 662 #endif 659 663 if(lpszFileA == NULL) { 660 664 goto end; 661 665 } 662 666 } 667 #ifdef __WIN32OS2__ 668 i = DragQueryFileA(hDrop, lFile, lpszFileA, lLength * sizeof( WCHAR )); 669 #else 663 670 i = DragQueryFileA(hDrop, lFile, lpszFileA, lLength); 671 #endif 664 672 665 673 if(lpszFileA) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  