Changeset 10368 for trunk/src/gdi32
- Timestamp:
 - Dec 29, 2003, 1:04:15 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gdi32/text.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gdi32/text.cpp
r10367 r10368 1 /* $Id: text.cpp,v 1.3 8 2003-12-29 12:03:32sandervl Exp $ */1 /* $Id: text.cpp,v 1.39 2003-12-29 12:04:15 sandervl Exp $ */ 2 2 3 3 /* … … 513 513 if( IsDBCSEnv() && alpDx ) /* index of alpDx between ansi and wide may not match in DBCS !!! */ 514 514 { 515 LPINT alpDxNew = ( LPINT )HeapAlloc( GetProcessHeap(), 0, sizeof( alpDx[ 0 ] ) *lpnFit );515 LPINT alpDxNew = ( LPINT )HeapAlloc( GetProcessHeap(), 0, sizeof( alpDx[ 0 ] ) * *lpnFit ); 516 516 int i, j; 517 517  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  