Changeset 318 for trunk/dll/archive.c


Ignore:
Timestamp:
Jul 13, 2006, 6:19:58 AM (19 years ago)
Author:
root
Message:

Drop obsoletes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/archive.c

    r123 r318  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2004 Steven H.Levine
    10 
    11   Revisions     01 Aug 04 SHL - Rework lstrip/rstrip usage
     9  Copyright (c) 2004, 2006 Steven H.Levine
     10
     11  01 Aug 04 SHL Rework lstrip/rstrip usage
     12  28 Jun 06 SHL Drop obsoletes
    1213
    1314***********************************************************************/
     
    1516#define INCL_WIN
    1617#define INCL_DOS
    17 
    1818#include <os2.h>
     19
    1920#include <stdlib.h>
    2021#include <stdio.h>
     
    2324#include <time.h>
    2425#include <ctype.h>
     26
    2527#include "fm3dll.h"
    2628#include "fm3dlg.h"
     
    3840      WinSetWindowPtr(hwnd,0,mp2);
    3941      arcdata = (DIRCNRDATA *)mp2;
    40       arcdata->ret = 0;
    4142      WinSendDlgItemMsg(hwnd,ARCH_ARCNAME,EM_SETTEXTLIMIT,
    4243                        MPFROM2SHORT(CCHMAXPATH,0),MPVOID);
     
    190191      switch(SHORT1FROMMP(mp1)) {
    191192        case DID_CANCEL:
    192           arcdata->ret = 0;
    193193          WinDismissDlg(hwnd,0);
    194194          break;
     
    220220                *arcdata->mask.szMask = 0;
    221221                strcpy(arcdata->mask.szMask,s);
    222                 arcdata->ret = 1;
    223222                WinDismissDlg(hwnd,1);
    224223                break;
Note: See TracChangeset for help on using the changeset viewer.