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

    r871 r907  
    2020***********************************************************************/
    2121
     22#include <stdlib.h>
     23#include <string.h>
     24#include <ctype.h>
     25
    2226#define INCL_OS2
    2327#define INCL_WIN
    24 #include <os2.h>
    25 
    26 #include <ctype.h>
    27 #include <stdlib.h>
    28 #include <stdio.h>
    29 #include <string.h>
    30 
     28#define INCL_LONGLONG                   // dircnrs.h
     29
     30#include "errutil.h"                    // Dos_Error...
    3131#include "fm3dll.h"
    3232
Note: See TracChangeset for help on using the changeset viewer.