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

    r892 r907  
    1919***********************************************************************/
    2020
     21#include <stdlib.h>
     22#include <string.h>
     23#include <io.h>
     24
    2125#define INCL_DOS
    2226#define INCL_WIN
    2327#define INCL_LONGLONG
    24 #include <os2.h>
    25 
    26 #include <stdlib.h>
    27 #include <stdio.h>
    28 #include <string.h>
    29 #include <time.h>
    30 #include <io.h>
    31 
    32 #include "fm3dll.h"
     28
    3329#include "fm3dlg.h"
    3430#include "fm3str.h"
    3531#include "mle.h"
     32#include "errutil.h"                    // Dos_Error...
     33#include "strutil.h"                    // GetPString
     34#include "fm3dll.h"
    3635
    3736#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.