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

    r888 r907  
    2121***********************************************************************/
    2222
    23 #define INCL_DOSERRORS
    24 #define INCL_DOS
    25 #define INCL_WIN
    26 #include <os2.h>
    27 
    2823#include <stdlib.h>
    29 #include <stdio.h>
    3024#include <string.h>
    31 #include <time.h>
    3225#include <ctype.h>
    3326#include <process.h>
    3427#include <limits.h>
    3528
    36 #include "fm3dll.h"
     29#define INCL_DOS
     30#define INCL_DOSERRORS
     31#define INCL_WIN
     32#define INCL_LONGLONG                   // dircnrs.h
     33
    3734#include "fm3dlg.h"
    3835#include "fm3str.h"
    3936#include "procstat.h"
     37#include "errutil.h"                    // Dos_Error...
     38#include "strutil.h"                    // GetPString
     39#include "fm3dll.h"
    4040
    4141#pragma data_seg(DATA2)
Note: See TracChangeset for help on using the changeset viewer.