Changeset 200 for trunk/obexftp/bt_kit.h
- Timestamp:
- 10/16/07 00:35:15 (2 years ago)
- Files:
-
- 1 modified
-
trunk/obexftp/bt_kit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/obexftp/bt_kit.h
r193 r200 42 42 //#include <Bthsdpdef.h> 43 43 //#include <BluetoothAPIs.h> 44 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT 44 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT 45 #define ETIMEDOUT WSAETIMEDOUT 46 #define ECONNREFUSED WSAECONNREFUSED 47 #define EHOSTDOWN WSAEHOSTDOWN 48 #define EINPROGRESS WSAEINPROGRESS 45 49 #define bdaddr_t BTH_ADDR 46 50 #define sockaddr_rc _SOCKADDR_BTH
