Ignore:
Timestamp:
Nov 24, 2011, 6:53:58 PM (14 years ago)
Author:
dmik
Message:

Port GDI32 to GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/gdi32/region.cpp

    r21331 r21816  
    13401340    PRECTL  pRectl     = new RECTL[pData->rdh.nCount];
    13411341    PRECT pDataRects = (PRECT)pData->Buffer;
    1342     for(int i=0; i < pData->rdh.nCount; i++) {
     1342    int i;
     1343    for(i=0; i < pData->rdh.nCount; i++) {
    13431344        MapWin32ToOS2Rect(pDataRects[i], pRectl[i]);
    13441345    }
Note: See TracChangeset for help on using the changeset viewer.