Changeset 1498 for trunk/dll/codepage.c
- Timestamp:
- Jan 18, 2010, 1:57:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/codepage.c
r1391 r1498 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2006, 20 08Steven H.Levine9 Copyright (c) 2006, 2010 Steven H.Levine 10 10 11 11 14 Jul 06 SHL Use Runtime_Error 12 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 13 11 Jan 09 GKY Moved codepage names to a character array here from the string file. 14 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 14 15 15 16 ***********************************************************************/ … … 93 94 PICK_INPUT, 94 95 EM_SETTEXTLIMIT, MPFROM2SHORT(256, 0), MPVOID); 95 WinSetWindowText(hwnd, GetPString(IDS_PICKCODEPAGETEXT));96 WinSetWindowText(hwnd, (CHAR *) GetPString(IDS_PICKCODEPAGETEXT)); 96 97 PostMsg(hwnd, UM_STRETCH, MPVOID, MPVOID); 97 98 break;
Note:
See TracChangeset
for help on using the changeset viewer.