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

    r850 r907  
    1717***********************************************************************/
    1818
     19#include <stdio.h>
     20#include <stdlib.h>
     21#include <string.h>
     22
    1923#define INCL_WIN
    2024#define INCL_DOS
     
    2327#include <os2.h>
    2428
    25 #include <stdio.h>
    26 #include <stdlib.h>
    27 #include <string.h>
    28 
    2929#include "fm3dll.h"
    3030#include "fm3str.h"
     31#include "errutil.h"                    // Dos_Error...
     32#include "strutil.h"                    // GetPString
    3133
    3234static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.