Changeset 1498 for trunk/dll/arccnrs.c
- Timestamp:
- Jan 18, 2010, 1:57:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1497 r1498 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 20 09Steven H. Levine9 Copyright (c) 2001, 2010 Steven H. Levine 10 10 11 11 11 Jun 02 SHL Ensure archive name not garbage … … 81 81 aren't user settable; realappname should be used for setting applicable to 82 82 one or more miniapp but not to FM/2 83 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 83 84 84 85 ***********************************************************************/ … … 87 88 #include <string.h> 88 89 #include <ctype.h> 89 #include <direct.h> 90 #include <direct.h> // rmdir 90 91 #include <share.h> // SH_DENYWR 91 92 #include <limits.h> // ULONG_MAX … … 3254 3255 0); /* Index to DRAGITEM */ 3255 3256 if (DrgVerifyRMF(pDItem, /* Check valid rendering */ 3256 DRM_OS2FILE, /* mechanisms and data */3257 (CHAR *) DRM_OS2FILE, /* mechanisms and data */ 3257 3258 NULL) && !(pDItem->fsControl & DC_PREPARE)) { 3258 3259 DrgFreeDraginfo(pDInfo); /* Free DRAGINFO */ … … 3278 3279 if (!ParentIsDesktop(hwnd, dcd->hwndParent) && 3279 3280 fSplitStatus && hwndStatus2) 3280 WinSetWindowText(hwndStatus2, GetPString(IDS_DRAGARCMEMTEXT));3281 WinSetWindowText(hwndStatus2, (CHAR *) GetPString(IDS_DRAGARCMEMTEXT)); 3281 3282 if (DoFileDrag(hwnd, 3282 3283 dcd->hwndObject, … … 3294 3295 fSplitStatus && hwndStatus2) 3295 3296 WinSetWindowText(hwndStatus2, 3296 GetPString(IDS_DRAGARCFILETEXT));3297 (CHAR *) GetPString(IDS_DRAGARCFILETEXT)); 3297 3298 DragOne(hwnd, dcd->hwndObject, dcd->arcname, FALSE); 3298 3299 if (!ParentIsDesktop(hwnd, dcd->hwndParent) && … … 3638 3639 WS_VISIBLE, 3639 3640 &FrameFlags, 3640 WC_ARCCONTAINER,3641 (CHAR *) WC_ARCCONTAINER, 3641 3642 title, 3642 3643 WS_VISIBLE | fwsAnimate,
Note:
See TracChangeset
for help on using the changeset viewer.