Changeset 11094


Ignore:
Timestamp:
01/11/12 14:21:02 (13 years ago)
Author:
Eric.Larour
Message:

Windows compile issues with time and resource header files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Chacox/chaco_seconds.cpp

    r4639 r11094  
    11/*This is needed, because the chaco library defines a "C" function seconds that conflicts with the Metis version.: */
    22
     3#ifdef _INTEL_WIN_
     4#include   <time.h>
     5#else
    36#include   <sys/time.h>
    47#include   <sys/resource.h>
     8#endif
     9
     10
    511
    612double chaco_seconds(void){
Note: See TracChangeset for help on using the changeset viewer.