summaryrefslogtreecommitdiffstats
path: root/Tests/BundleUtilities/shared.h
blob: 5d5b6335c4e3109811153bf37f4ef4da9393c36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef shared_h
#define shared_h

#ifdef WIN32
#  ifdef shared_EXPORTS
#    define SHARED_EXPORT __declspec(dllexport)
#  else
#    define SHARED_EXPORT __declspec(dllimport)
#  endif
#else
#  define SHARED_EXPORT
#endif

void SHARED_EXPORT shared();

#endif
_journaling'>inactive/metadata_journaling Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
Commit message (Expand)AuthorAgeFilesLines
* [svn-r22601] Purpose: Fix HDFFV-5853Neil Fortner2012-07-251-0/+21
* [svn-r21919] Description:Quincey Koziol2012-02-091-1/+1
* [svn-r18109] Description:Quincey Koziol2010-01-151-1/+1
* [svn-r17863] Description:Quincey Koziol2009-11-101-7/+4
* [svn-r17860] Description:Quincey Koziol2009-11-101-7/+7
* [svn-r17140] Description:Quincey Koziol2009-07-021-9/+53
* [svn-r16869] Description:Quincey Koziol2009-04-281-1/+1
* [svn-r15549] Description:Quincey Koziol2008-08-281-4/+6
* [svn-r14097] Description:Quincey Koziol2007-08-211-33/+2
* [svn-r13648] Description:Quincey Koziol2007-04-121-20/+16
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r12345] Purpose: Codes for backward compatibility.Raymond Lu2006-05-121-1/+1
* [svn-r11245] Purpose:Quincey Koziol2005-08-131-1/+1
* [svn-r11196] Purpose:Quincey Koziol2005-08-041-1/+1
* [svn-r11195] Purpose:Albert Cheng2005-08-041-0/+20
* [svn-r9234] Purpose:Quincey Koziol2004-09-091-1/+5
* [svn-r9183] Purpose: New featureRaymond Lu2004-09-011-3/+3
* [svn-r8791] Purpose: Rewrote metadata cache (H5AC.c, etc.) to improve perform...John Mainzer2004-07-02