Ignore:
Timestamp:
Aug 7, 2006 1:11:38 PM (18 years ago)
Author:
nkissebe
Message:

Converted to Tcl Extension Architecture (TEA) v3.5 for base Windows support. Added Windows ports of getrlimit, getrusage, gettimeofday, setrlimit functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/RpRusage.c

    r158 r503  
    1616 */
    1717#include <tcl.h>
     18#ifndef WIN32
    1819#include <sys/time.h>
    1920#include <sys/resource.h>
     21#else
     22#include "RpWinResource.h"
     23#endif
    2024
    2125#include "bltInt.h"
     
    252256    return tval;
    253257}
     258
Note: See TracChangeset for help on using the changeset viewer.