Changeset 14 for trunk/libtransmission/transmission.h
- Timestamp:
- Jan 12, 2006, 6:52:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r7 r14 24 24 #define TR_TRANSMISSION_H 1 25 25 26 #ifdef __cplusplus 27 extern "C" { 28 #endif 29 26 30 #include <inttypes.h> 27 31 28 32 #define SHA_DIGEST_LENGTH 20 29 #define MAX_PATH_LENGTH 1024 33 #ifdef SYS_BEOS 34 # include <StorageDefs.h> 35 # define MAX_PATH_LENGTH B_FILE_NAME_LENGTH 36 #else 37 # define MAX_PATH_LENGTH 1024 38 #endif 30 39 #define TR_MAX_TORRENT_COUNT 50 31 40 … … 235 244 #endif 236 245 237 #endif 246 #ifdef __cplusplus 247 } 248 #endif 249 250 #endif
Note: See TracChangeset
for help on using the changeset viewer.