Changeset 907 for trunk/dll/assoc.c


Ignore:
Timestamp:
Jan 6, 2008, 8:26:17 AM (18 years ago)
Author:
Steven Levine
Message:

Avoid out of memory traps in Compare Directories
Rework Compare Directories progress display for 2 second update rate
Start refactoring to reduce dependence on fm3dll.h
Add timer services (IsITimerExpired etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r888 r907  
    55
    66  Copyright (c) 1993-98 M. Kimes
    7   Copyright (c) 2004, 2007 Steven H.Levine
     7  Copyright (c) 2004, 2008 Steven H.Levine
    88
    99  01 Aug 04 SHL Rework lstrip/rstrip usage
     
    1818**************************************************************************************/
    1919
     20#include <stdlib.h>
     21#include <string.h>
     22#include <share.h>
     23
    2024#define INCL_DOS
    2125#define INCL_WIN
    2226#define INCL_PM
    2327#define INCL_WINHOOKS
    24 
    25 #include <os2.h>
    26 #include <stdio.h>
    27 #include <stdlib.h>
    28 #include <string.h>
    29 #include <ctype.h>
    30 #include <share.h>
    31 #include "fm3dll.h"
     28#define INCL_LONGLONG                   // dircnrs.h
     29
    3230#include "fm3dlg.h"
    3331#include "fm3str.h"
     32#include "pathutil.h"                   // BldQuotedFileName
     33#include "errutil.h"                    // Dos_Error...
     34#include "strutil.h"                    // GetPString
     35#include "fm3dll.h"
    3436
    3537#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.