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

    r897 r907  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2005, 2007 Steven H. Levine
     9  Copyright (c) 2005, 2008 Steven H. Levine
    1010
    1111  12 Feb 03 SHL SaveListDlgProc: standardize EA math
     
    2424***********************************************************************/
    2525
    26 #define INCL_DOS
    27 #define INCL_WIN
    28 #define INCL_LONGLONG
    29 #include <os2.h>
    30 
    31 #include <stdarg.h>
    32 #include <stdio.h>
    3326#include <stdlib.h>
    3427#include <string.h>
    3528#include <share.h>
    3629
    37 #include "fm3dll.h"
     30#define INCL_WIN
     31#define INCL_LONGLONG
     32
    3833#include "fm3dlg.h"
    3934#include "fm3str.h"
     35#include "makelist.h"                   // AddToList
     36#include "errutil.h"                    // Dos_Error...
     37#include "strutil.h"                    // GetPString
     38#include "fm3dll.h"
    4039
    4140static PSZ pszSrcFile = __FILE__;
     
    158157{
    159158  CHAR *p, *pp, *text = NULL, **list = NULL;
    160   INT numfiles = 0, numalloced = 0;
     159  UINT numfiles = 0, numalloced = 0;
    161160
    162161  if (WinOpenClipbrd(hab)) {
Note: See TracChangeset for help on using the changeset viewer.