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

    r551 r907  
    1616***********************************************************************/
    1717
     18#include <string.h>
     19
    1820#define INCL_DOS
    1921#define INCL_WIN
    20 #include <os2.h>
     22#define INCL_LONGLONG
    2123
    22 #include <stdarg.h>
    23 #include <stdio.h>
    24 #include <stdlib.h>
    25 #include <string.h>
    26 #include <ctype.h>
    27 
    28 #include "dll\fm3dll.h"
    2924#include "dll\datamin.h"
    3025#include "dll\fm3dlg.h"
     26#include "dll\fm3dll.h"
    3127
    32 #ifdef NEVER
     28#ifdef NEVER                            // 05 Jan 08 SHL fixme to be gone?
    3329
    3430VOID APIENTRY deinit(ULONG why)
    3531{
    36 
    3732  if (fmprof)
    3833    PrfCloseProfile(fmprof);
     
    4843int main(int argc, char *argv[])
    4944{
    50 
    5145  HAB hab;
    5246  HMQ hmq;
Note: See TracChangeset for help on using the changeset viewer.