Changeset 129
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/chklist.c
r2 r129 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Main window 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005 Steven H.Levine 10 11 Revisions 10 Jan 05 SHL Allow DND_TARGET to hold CCHMAXPATH 12 13 ***********************************************************************/ 14 1 15 #define INCL_DOS 2 16 #define INCL_WIN … … 247 261 MPFROM2SHORT(x,0),MPFROMSHORT(TRUE)); 248 262 } 263 WinSendDlgItemMsg(hwnd,DND_TARGET,EM_SETTEXTLIMIT, (MPARAM)CCHMAXPATH,(MPARAM)0); 249 264 PostMsg(hwnd,UM_UNDO,MPVOID,MPVOID); 250 265 } -
trunk/dll/version.h
r125 r129 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 4Steven H.Levine9 Copyright (c) 2001, 2005 Steven H.Levine 10 10 11 Revisions 11 Jun 02 SHL - Add CheckVersion VERREALMINOR 12 11 Jun 03 SHL - v3.02b: add JFS and FAT32 support 13 04 Nov 03 SHL - v3.02c: misc icon cleanup 14 20 Nov 03 SHL - v3.02d: defview fixes 15 27 Nov 03 SHL - v3.02e: seeall, viewer traps 16 06 Jan 04 SHL - v3.02f: dirsize applet large drives 17 10 Jan 04 SHL - v3.02f: filldir: avoid spurious error reports 18 11 Mar 04 SHL - v3.02g: valid::CheckDrive: debug removable detect 19 26 Jul 04 SHL - v3.02h: valid::CheckDrive: debug invisible FAT32 20 31 Jul 04 SHL - v3.02h: avv::ArcReviewDlgProc: correct filename flags updates 11 Revisions 11 Jun 02 SHL Add CheckVersion VERREALMINOR 12 11 Jun 03 SHL v3.02b: add JFS and FAT32 support 13 04 Nov 03 SHL v3.02c: misc icon cleanup 14 20 Nov 03 SHL v3.02d: defview fixes 15 27 Nov 03 SHL v3.02e: seeall, viewer traps 16 06 Jan 04 SHL v3.02f: dirsize applet large drives 17 10 Jan 04 SHL v3.02f: filldir: avoid spurious error reports 18 11 Mar 04 SHL v3.02g: valid::CheckDrive: debug removable detect 19 26 Jul 04 SHL v3.02h: valid::CheckDrive: debug invisible FAT32 20 31 Jul 04 SHL v3.02h: avv::ArcReviewDlgProc: correct filename flags updates 21 10 Jan 05 SHL v3.02h: Allow DND_TARGET to hold CCHMAXPATH 21 22 22 23 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
