Changeset 200 for trunk/apps/obexftp.c
- Timestamp:
- 10/16/07 00:35:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/apps/obexftp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/apps/obexftp.c
r199 r200 34 34 #include <obexftp/uuid.h> 35 35 36 #ifdef _WIN32_FIXME37 /* OpenOBEX won't define a handler on win32 */38 void DEBUG(unsigned int n, ...) { }39 void DUMPBUFFER(unsigned int n, char *label, char *msg) { }40 #endif /* _WIN32 */41 42 36 #ifdef _WIN32 43 37 #define strcasestr strstr 38 #define ETIMEDOUT WSAETIMEDOUT 39 #define ECONNREFUSED WSAECONNREFUSED 40 #define EHOSTDOWN WSAEHOSTDOWN 41 #define EINPROGRESS WSAEINPROGRESS 44 42 #endif /* _WIN32 */ 45 43
