Changeset 907 for trunk/dll/strutil.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 moved

Legend:

Unmodified
Added
Removed
  • trunk/dll/strutil.c

    r901 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2006 Steven H. Levine
     9  Copyright (c) 2006, 2008 Steven H. Levine
    1010
    1111  22 Jul 06 SHL Comments
    1212  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     13  05 Jan 08 SHL Rename from string.c to avoid string.h conflict
    1314
    1415***********************************************************************/
    1516
    16 #define INCL_DOS
    17 #define INCL_WIN
    18 #include <os2.h>
     17#include <stdio.h>
     18#include <share.h>
    1919
    20 #include <stdlib.h>
    21 #include <stdio.h>
    22 #include <string.h>
    23 #include <share.h>
    24 #include <io.h>
    25 
    26 #include "fm3dll.h"
     20#include "strutil.h"
    2721#include "fm3str.h"
    2822#include "version.h"
     23
     24extern PSZ NullStr;                     // 05 Jan 08 SHL fixme to be in some .h
    2925
    3026static char **strs, *str;
Note: See TracChangeset for help on using the changeset viewer.