Changeset 1673 for trunk/dll/codepage.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/codepage.c

    r1498 r1673  
    219219    ULONG cps[50], len, x;
    220220
    221 /*
    222     numcps = WinQueryCpList(WinQueryAnchorBlock(hwnd),50,cps);
    223     if(numcps) {
    224       for(x = 0;x < numcps;x++) {
    225         if(cps[x] == (ULONG)cp) {
    226           hmq = WinQueryWindowULong(hwnd,QWL_HMQ);
    227           WinSetCp(hmq,cp);
    228           break;
    229         }
    230       }
    231     }
    232 */
    233221    if (cp == 1004) {
    234222      hmq = WinQueryWindowULong(hwnd, QWL_HMQ);
Note: See TracChangeset for help on using the changeset viewer.