Changeset 907 for trunk/dll/rename.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/rename.c

    r897 r907  
    1616***********************************************************************/
    1717
    18 #define INCL_DOS
     18#include <string.h>
     19
    1920#define INCL_WIN
    2021#define INCL_LONGLONG
    2122
    22 #include <os2.h>
    23 #include <stdarg.h>
    24 #include <stdio.h>
    25 #include <stdlib.h>
    26 #include <string.h>
    27 #include <ctype.h>
    28 #include "fm3dll.h"
    2923#include "fm3dlg.h"
    3024#include "fm3str.h"
     25#include "errutil.h"                    // Dos_Error...
     26#include "strutil.h"                    // GetPString
     27#include "fm3dll.h"
    3128
    3229MRESULT EXPENTRY RenameProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
Note: See TracChangeset for help on using the changeset viewer.