Changeset 7:392da04df54c in hlibpp


Ignore:
Timestamp:
May 10, 2010 8:18:32 PM (3 years ago)
Author:
vadim@…
Branch:
default
Tags:
csl-wince
Message:

More VC++ compatibility fixes

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/hl_exception.h

    r6 r7  
    4949 
    5050//---------------------------------------------------------------------- 
     51#if 0 
    5152#ifdef _MSC_VER 
    5253HLPP_EXPIMP_TEMPLATE 
     
    5960template class HLPP_EXPORT std::basic_string<char, std::char_traits<char>, std::allocator<char> >; 
    6061#endif 
    61  
     62#endif 
    6263//----------------------------------------------------------------------         
    6364//hashlib++ includes 
  • src/hl_hashwrapper.h

    r6 r7  
    8585#include "hl_types.h" 
    8686 
     87#if 0 
    8788#ifdef _MSC_VER 
    8889HLPP_EXPIMP_TEMPLATE 
     
    9495HLPP_EXPIMP_TEMPLATE 
    9596template class HLPP_EXPORT std::basic_string<char, std::char_traits<char>, std::allocator<char> >; 
     97#endif 
    9698#endif 
    9799 
  • src/hl_types.h

    r5 r7  
    7272#endif 
    7373 
    74 #if defined(WIN32) || defined(_WIN32_WCE)  
     74#if defined(_WIN32) || defined(_WIN32_WCE)  
    7575#ifdef hl___EXPORTS 
    7676#define HLPP_EXPORT __declspec(dllexport) 
Note: See TracChangeset for help on using the changeset viewer.