| 55 | |
| 56 | #if defined(_WIN32) && !defined(__CYGWIN__) |
| 57 | struct CPLTimeVal { |
| 58 | time_t tv_sec; /* seconds */ |
| 59 | long tv_usec; /* and microseconds */ |
| 60 | }; |
| 61 | |
| 62 | // --------------------------------------------------------------------------- |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected