Changeset 219 for trunk

Show
Ignore:
Timestamp:
08/03/08 16:11:47 (4 months ago)
Author:
zany
Message:

fix for win32 without bt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/obexftp/client.c

    r207 r219  
    5252#ifdef HAVE_BLUETOOTH 
    5353#include "bt_kit.h" 
     54#else 
     55#define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT 
    5456#endif /* HAVE_BLUETOOTH */ 
    5557