Changeset 1438 for trunk/bindings
- Timestamp:
- 28/02/10 07:33:49 (2 years ago)
- Location:
- trunk/bindings/cpp
- Files:
-
- 2 edited
-
NeXusFile.cpp (modified) (2 diffs)
-
NeXusFile.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.cpp
r1379 r1438 41 41 } 42 42 43 /* 43 44 template<> 44 45 NXDLL_EXPORT NXnumtype getType(char number) { … … 47 48 throw Exception(msg.str()); 48 49 } 50 */ 49 51 50 52 // template specialisations for types we know -
trunk/bindings/cpp/NeXusFile.hpp
r1375 r1438 9 9 10 10 #ifdef _WIN32 11 12 #ifdef _MSC_VER 13 # define NXDLL_EXPORT 14 #else 11 15 # if IN_NEXUS_CPP_LIBRARY 12 16 # define NXDLL_EXPORT __declspec(dllexport) … … 14 18 # define NXDLL_EXPORT __declspec(dllimport) 15 19 # endif 16 #else 20 #endif /* _MSC_VER */ 21 22 #else /* _WIN32 */ 17 23 # define NXDLL_EXPORT 18 24 #endif /* _WIN32 */
Note: See TracChangeset
for help on using the changeset viewer.
