~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/timegm.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*!
2
2
  @file    timegm.h
3
3
  @brief   Declaration of timegm(). The implementation is in localtime.c
4
 
  @version $Rev: 392 $
 
4
  @version $Rev: 863 $
5
5
*/
6
6
#ifndef TIMEGM_H_
7
7
#define TIMEGM_H_
8
8
 
 
9
/* Visual Studio C++ 2005 (8.0) uses 64 bit time_t, which doesn't work */
 
10
#if defined _MSC_VER && _MSC_VER >= 1400
 
11
# define _USE_32BIT_TIME_T
 
12
#endif
 
13
 
9
14
#include <time.h>
10
15
 
11
16
/*