Changeset 7:392da04df54c in hlibpp
- Timestamp:
- May 10, 2010 8:18:32 PM (3 years ago)
- Branch:
- default
- Tags:
- csl-wince
- Location:
- src
- Files:
-
- 3 edited
-
hl_exception.h (modified) (2 diffs)
-
hl_hashwrapper.h (modified) (2 diffs)
-
hl_types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/hl_exception.h
r6 r7 49 49 50 50 //---------------------------------------------------------------------- 51 #if 0 51 52 #ifdef _MSC_VER 52 53 HLPP_EXPIMP_TEMPLATE … … 59 60 template class HLPP_EXPORT std::basic_string<char, std::char_traits<char>, std::allocator<char> >; 60 61 #endif 61 62 #endif 62 63 //---------------------------------------------------------------------- 63 64 //hashlib++ includes -
src/hl_hashwrapper.h
r6 r7 85 85 #include "hl_types.h" 86 86 87 #if 0 87 88 #ifdef _MSC_VER 88 89 HLPP_EXPIMP_TEMPLATE … … 94 95 HLPP_EXPIMP_TEMPLATE 95 96 template class HLPP_EXPORT std::basic_string<char, std::char_traits<char>, std::allocator<char> >; 97 #endif 96 98 #endif 97 99 -
src/hl_types.h
r5 r7 72 72 #endif 73 73 74 #if defined( WIN32) || defined(_WIN32_WCE)74 #if defined(_WIN32) || defined(_WIN32_WCE) 75 75 #ifdef hl___EXPORTS 76 76 #define HLPP_EXPORT __declspec(dllexport)
Note: See TracChangeset
for help on using the changeset viewer.
