Changeset 6559 for trunk/libtransmission/platform.c
- Timestamp:
- Aug 17, 2008, 12:39:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r6514 r6559 604 604 ***/ 605 605 606 int606 tr_lockfile_state_t 607 607 tr_lockfile( const char * filename ) 608 608 { 609 int ret;609 tr_lockfile_state_t ret; 610 610 611 611 #ifdef WIN32
Note: See TracChangeset
for help on using the changeset viewer.