Changeset 346
- Timestamp:
- 05/24/08 19:35:06 (5 months ago)
- Files:
-
- 1 modified
-
trunk/lib/obex.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/obex.c
r335 r346 31 31 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT 32 32 #endif 33 #if def OPENOBEX_EXPORTS33 #if defined(OPENOBEX_EXPORTS) || defined(DLL_EXPORT) 34 34 #define LIB_SYMBOL __declspec(dllexport) 35 35 #endif
