Changeset 346

Show
Ignore:
Timestamp:
05/24/08 19:35:06 (5 months ago)
Author:
hsattler
Message:

recognize definition to correctly support libtool that is fixed to -DDLL_EXPORT

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/obex.c

    r335 r346  
    3131#define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT 
    3232#endif 
    33 #ifdef OPENOBEX_EXPORTS 
     33#if defined(OPENOBEX_EXPORTS) || defined(DLL_EXPORT) 
    3434#define LIB_SYMBOL __declspec(dllexport) 
    3535#endif