Changeset 10367 for trunk/src/gdi32
- Timestamp:
- Dec 29, 2003, 1:03:32 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r10365 r10367 1 /* $Id: text.cpp,v 1.3 7 2003-12-29 11:54:54sandervl Exp $ */1 /* $Id: text.cpp,v 1.38 2003-12-29 12:03:32 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, *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.