Changeset 1498 for trunk/dll/killproc.c
- Timestamp:
- Jan 18, 2010, 1:57:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/killproc.c
r1482 r1498 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005, 20 08Steven H. Levine9 Copyright (c) 2005, 2010 Steven H. Levine 10 10 11 11 24 May 05 SHL Rework Win_Error usage … … 27 27 aren't user settable; realappname should be used for setting applicable to 28 28 one or more miniapp but not to FM/2 29 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 29 30 30 31 ***********************************************************************/ … … 388 389 case KILL_CHECKBOX: 389 390 fUseQProcStat = WinQueryButtonCheckstate(hwnd, KILL_CHECKBOX); 390 PrfWriteProfileData(fmprof, FM3Str, "UseQProcStat",391 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "UseQProcStat", 391 392 &fUseQProcStat, sizeof(BOOL)); 392 393 PostMsg(hwnd, WM_COMMAND, MPFROM2SHORT(KILL_RESCAN, 0), MPVOID); … … 400 401 case KILL2_CHECKBOX: 401 402 fUseQSysState = WinQueryButtonCheckstate(hwnd, KILL2_CHECKBOX); 402 PrfWriteProfileData(fmprof, FM3Str, "UseQSysState",403 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "UseQSysState", 403 404 &fUseQSysState, sizeof(BOOL)); 404 405 PostMsg(hwnd, WM_COMMAND, MPFROM2SHORT(KILL_RESCAN, 0), MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.