Changeset 1673 for trunk/dll/codepage.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/codepage.c
r1498 r1673 219 219 ULONG cps[50], len, x; 220 220 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 */233 221 if (cp == 1004) { 234 222 hmq = WinQueryWindowULong(hwnd, QWL_HMQ);
Note:
See TracChangeset
for help on using the changeset viewer.