Ignore:
Timestamp:
Nov 12, 2006, 3:44:41 AM (19 years ago)
Author:
pr
Message:

Fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/winh.c

    r337 r338  
    25272527            pStorePos->usMinXPos = WinQueryWindowUShort(hwnd, QWS_XMINIMIZE);
    25282528            pStorePos->usMinYPos = WinQueryWindowUShort(hwnd, QWS_YMINIMIZE);
    2529             pStorePos->ulPPLen = WinGetFrameTreePPs(hwnd, ulSizePP, pStorePos + 1);
     2529            pStorePos->ulPPLen = WinGetFrameTreePPs(hwnd, ulSizePP, (PSZ)(pStorePos + 1));
    25302530            ulSize = pStorePos->ulPPLen + sizeof(STOREPOS);
    25312531            brc = PrfWriteProfileData(hIni, (PSZ)pcszApp, (PSZ)pcszKey, pStorePos, ulSize);
Note: See TracChangeset for help on using the changeset viewer.