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

    r860 r907  
    2929 */
    3030
    31 #define INCL_WIN
    32 #define INCL_LONGLONG
    33 #include <os2.h>
     31#include <string.h>
    3432
    35 #include <stdlib.h>
    36 #include <stdio.h>
    37 #include <string.h>
    3833#include "fm3dll.h"
    3934
Note: See TracChangeset for help on using the changeset viewer.