Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_1_RELEASE / libraries / libjni-ecwcompress / include / NCSTimeStamp.h @ 43874

History | View | Annotate | Download (794 Bytes)

1 1429 igbrotru
/********************************************************
2
** Copyright 1999 Earth Resource Mapping Pty Ltd.
3
** This document contains unpublished source code of
4
** Earth Resource Mapping Pty Ltd. This notice does
5
** not indicate any intention to publish the source
6
** code contained herein.
7
**
8
** FILE:           NCSTimeStamp.h
9
** CREATED:        Thu Feb 25 09:19:00 WST 1999
10
** AUTHOR:         Simon Cope
11
** PURPOSE:        NCS Memory handling routines.
12
** EDITS:
13
 *******************************************************/
14
15
#ifndef NCSTIMESTAMP_H
16
#define NCSTIMESTAMP_H
17
18
#ifdef __cplusplus
19
extern "C" {
20
#endif
21
22
#ifndef NCSTYPES_H
23
#include "NCSTypes.h"
24
#endif
25
26
#ifdef WIN32
27
28
#include <mmsystem.h>
29
30
#endif /* WIN32 */
31
32
extern NCSTimeStampMs NCSGetTimeStampMs(void);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif /* NCSTIMESTAMP_H */