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

    r847 r907  
    2424***********************************************************************/
    2525
     26#include <string.h>
     27
    2628#define INCL_DOS
    2729#define INCL_WIN
    2830#define INCL_LONGLONG
    29 #include <os2.h>
    30 
    31 #include <stdio.h>
    32 #include <stdlib.h>
    33 #include <string.h>
    34 #include <ctype.h>
    35 
     31
     32#include "fm3str.h"
     33#include "errutil.h"                    // Dos_Error...
     34#include "strutil.h"                    // GetPString
    3635#include "fm3dll.h"
    37 #include "fm3str.h"
    3836
    3937static PSZ pszSrcFile = __FILE__;
     
    501499  FreeDragInfoData(hwndCnr, pDInfo);
    502500
    503   // 02 Aug 07 SHL fixme to be gone someday or use Runtime_Error is really an error
     501  // 02 Aug 07 SHL fixme to be gone someday or use Runtime_Error if really an error
    504502  if (numfail || numok == 0)
    505503    DbgMsg(pszSrcFile, __LINE__, "calling FreeDragInfoData with %u ok, %u failed", numok, numfail);
Note: See TracChangeset for help on using the changeset viewer.