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

    r793 r907  
    1414***********************************************************************/
    1515
     16#include <stdlib.h>
     17#include <string.h>
     18
    1619#define INCL_DOS
    1720#define INCL_WIN
    18 #include <os2.h>
    19 
    20 #include <stdlib.h>
    21 #include <stdio.h>
    22 #include <string.h>
    23 #include <time.h>
    24 
    25 #include "fm3dll.h"
     21#define INCL_LONGLONG                   // dircnrs.h
     22
    2623#include "fm3dlg.h"
    2724#include "fm3str.h"
     25#include "strutil.h"                    // GetPString
     26#include "errutil.h"                    // Runtime_Error
     27#include "fm3dll.h"
    2828
    2929#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.